Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

(currently work-in-progress)

Table of Contents


If OdysseusNet is activated, the node has the possibility to distribute own queries to other remote OdysseusNodes. For this, the user has to specify that he wish to distribute:

...

linenumberstrue

...

This #CONFIG DISTRIBUTE statement in Odysseus Script indicates that the queries which follows should be distributed in the network. 

Table of Contents

General process of query distribution

...

Strategy nameDescription
localsinkLogical sink operators are staying local (on the distributing node) overriding allocation. Useful if the user wants to have the last operator to check the data stream results.
localsourceLogical source operators are staying local (on the distribution node) overriding allocation. Useful if the user do not want to share its source operators to other nodes.
mergeTwo adjacent query parts which are assigned to the same node are merged to omit unneeded network-transmission operators.
Code Block
linenumberstrue
#CONFIG DISTRIBUTE true