question

satvantsingh_190085 avatar image
satvantsingh_190085 asked Erick Ramirez answered

What is maximum number of nodes we can deploy in one DC?

And what is maximum node(physical/virtual machine) we can keep in one DC ?

cassandra
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered

You can have as many nodes in your cluster as you can afford since it is virtually limitless. The number of nodes is only limited by the number of hash values the partitioner can generate.

Using the default (and recommended) Murmur3Partitioner, it can generate hash values from a possible range of -2^63 to 2^63 - 1. That range of values is so large which is why I said it's virtually limitless.

In practical terms, I've worked on clusters with several hundred nodes (300-700) to over a thousand nodes. Cheers!

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.