Versions Compared

Key

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

...

  • No data co-location control, i.e. arbitrary data can be returned silently
  • Low control on how query executes internally, as a result we have limited possibility to implement improvements/fixes.
  • Limited execution modes: either two-phase execution (default) or "distributed joins" which adds one more phase. This leads t the impossibility "by design" of executing  some queries, see 
    Jira
    serverASF JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyIGNITE-11448
  • Lack of proper planner which will take in count both data distribution and data statistics
  • H2 optimizer is very primitive. It can do only predicates push down, join order choosing and also some minor optimizations. It lacks of many useful optimizations like this one 
    Jira
    serverASF JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyIGNITE-6085

...