Clustering
On this page
How does SingleStore Helios shard tables?
Every distributed table (except reference tables, which are replicated in whole on each leaf
node) has a SHARD KEY
that specifies which columns of a row to hash to determine what partition a row should reside in.SHARD KEY
as part of the CREATE TABLE
statement.
What are aggregator and leaf nodes?
SingleStore Helios stores and computes data on leaf nodes.
What is a Master Aggregator
?
The Master Aggregator is a specialized aggregator responsible for workspace monitoring and failover.
Last modified: July 26, 2024