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.
Design Principles
SingleStore distributed architecture is designed to be straightforward, simple, and fast.
|
Principle |
Description |
|---|---|
|
Performance first |
SingleStore is designed to enable high throughput on concurrent workloads, and is a highly scalable distributed system. |
|
Built for online database operations |
This enables you to scale cluster capacity and query performance online by adding additional nodes to a cluster. |
|
No single point of failure |
By running the cluster with redundancy, you ensure that every partition of data is backed up to a hot standby. |
|
Simple and powerful cluster scaling |
The distributed system allows you to seamlessly scale deployments up or down while powerful automation handles the underlying infrastructure transparently. |
|
No implicit data movement |
In the event of a failure, SingleStore promotes just enough replica partitions to put the cluster back online. |
Last modified: