Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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 cluster monitoring and failover.
Last modified: