Created
February 5, 2020 10:53
-
-
Save mostafa-asg/73f964a1ae92404a900c8747cfa19592 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Recall that cluster write throughput is directly proportional to the number of nodes N, | |
| and inversely proportional to the number of replicas RF. If a single node writes 15,000 rows per second, | |
| then you would expect a 5 node cluster writing 3 replicas will be roughly 15,000 * N / RF or 25,000 rows/s. | |
| [Source](https://www.datastax.com/blog/2011/05/understanding-hinted-handoff-cassandra-08) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment