Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
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: