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 workspace capacity and query performance online by adding additional nodes to a workspace. |
No single point of failure |
By running the workspace with redundancy, you ensure that every partition of data is backed up to a hot standby. |
Simple and powerful workspace 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 workspace back online. |
Last modified: June 22, 2022