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.
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: