Versions Compared

Key

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

...

The Transmission phase cannot be altered.

Preprocess

 

Partition

 

Modification

 

Allocation

...

Strategy nameDescription
sourceStreamAOs are replaced with their logical operators.

Partition

Strategy nameDescription
querycloudThe query is one query part (no partitioning).
operatorcloudEach logical operator is its own query part (max. partitioning)

Modification

Strategy nameDescription
ReplicationQuery parts are replicated, executed multiple times. See Replication.
FragmentationQuery parts are replicated, but each copy retrieves a part of the incoming data stream. See Fragmentation.

Allocation

Strategy nameDescription
direct

All query parts are assigned to the specified OdysseusNode.

Code Block
#NODE_ALLOCATE DIRECT MyNode1 
querycountQuery parts are assigned to nodes with the least count of queries.
roundrobinQuery parts are assigned in order.
userQuery parts are assigned to user-specified nodes.

Postprocess