Can Mysql Cluster AQL(Push-Down Join) be trigger with sharding table at the same time?

dba.stackexchange https://dba.stackexchange.com/questions/48014

  •  01-11-2019
  •  | 
  •  

Question

From the jonas slide, I knew that the feature of "Push-Down Join" can make join 70x faster. the most important factor is to eliminate the round trip between API node and data nodes. where all data in the same node, it is not necessary to do inter-node communication. But what if a certain table is partitioned to some group of data nodes, how AQL eliminate the data shipping? can push-down work in sharding scene?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top