distribution
Short Description
The distribution node shows the scope of the query execution
Detailed Description​
The distribution
node shows the scope of the query execution.
- full: the query is being run on multiple but not all nodes in the cluster. Results are returned to the gateway node.
- local: the query is being being run only on the gateway node. Rows may still be pulled from other nodes, but processing will be carried out locally.
Additional Links​
- CockroachDB Docs - Explain - Default Statement Plans
- CockroachDB Docs - Supported Join Algorithms
- CockroachDB Docs - Cost Based Optimizer
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.