Interaction of Cluster Components
On this page
You run database queries against an aggregator.
Parallel Execution of Queries
By default, SingleStore will create one partition per CPU core on the leaves for maximum parallelism.default-partitions-per-leaf
variable, or as an optional parameter to CREATE DATABASE.
In the context of query execution, a partition is the granular unit of query parallelism.
Last modified: June 22, 2022