Skip to content

Commit 6ebe5d7

Browse files
authored
Update cluster-spec to highlight 2000 nodes usage (#370)
Signed-off-by: Harkrishn Patro <[email protected]>
1 parent 0949393 commit 6ebe5d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

topics/cluster-spec.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,15 @@ description: >
55
---
66

77
Welcome to the **Valkey Cluster Specification**. Here you'll find information
8-
about the algorithms and design rationales of Valkey Cluster. This document is a work
9-
in progress as it is continuously synchronized with the actual implementation
10-
of Valkey.
8+
about the algorithms and design rationales of Valkey Cluster.
119

1210
## Main properties and rationales of the design
1311

1412
### Valkey Cluster goals
1513

1614
Valkey Cluster is a distributed implementation of Valkey with the following goals in order of importance in the design:
1715

18-
* High performance and linear scalability up to 1000 nodes. There are no proxies, asynchronous replication is used, and no merge operations are performed on values.
16+
* High performance and linear scalability up to 2000 nodes. There are no proxies, asynchronous replication is used, and no merge operations are performed on values.
1917
* Acceptable degree of write safety: the system tries (in a best-effort way) to retain all the writes originating from clients connected with the majority of the primary nodes. Usually there are small windows where acknowledged writes can be lost. Windows to lose acknowledged writes are larger when clients are in a minority partition.
2018
* Availability: Valkey Cluster is able to survive partitions where the majority of the primary nodes are reachable and there is at least one reachable replica for every primary node that is no longer reachable. Moreover using *replicas migration*, primaries no longer replicated by any replica will receive one from a primary which is covered by multiple replicas.
2119

0 commit comments

Comments
 (0)