Aerospike-Architecture Distributed, aerospike
Distribution)
The Aerospike database is a component provided for 24/7 running applications that can reliably process big data.
- When developing an application, you don't have to worry about where the data is located. The client automatically discovers data locations and ensures that most requests are processed in a single hop. Applications can be considered as databases stored on an independent server. The Aerospike Smart Client handles cluster distribution issues.
- When resizing is required, simply adding a node to the cluster will include the new node for rebalance operations. After resizing, throughput and performance increase linearly.
- No spof. The SSD on the node can be faulty, and the node can fail or be maintained or upgraded offline.
- The failure of the entire data center does not affect its reliability.
The reliability of the management cluster is the core of the Aerospike database, so we take this task very seriously.
Data Distribution ):Aerospike's robust partitioning ensures even data distribution and avoids hot spots. Automatic Data adjustment requires no manual intervention.
Cluster (Clustering)Aerospike is a cluster database capable of Automatic Fault Detection and recovery.
Replication)Aerospike provides the following replication capabilities to avoid spof
<Http://www.aerospike.com/docs/architecture/distribution.html>
Translated by: Beijing IT masters