Versions Compared

Key

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

...

Here is a concrete example of the general case rewriting (optimizerts/queries/nested_loj4.aql)

Before plan:

distribute result [%0->$$13] -- |UNPARTITIONED|

...

Here is a concrete example (optimizerts/queries/nested_loj2.aql). .

Before plan (nested_loj2):

...

          empty-tuple-source -- |UNPARTITIONED|

 

After plan:

distribute result [%0->$$17] -- |UNPARTITIONED|

...