Hi, I would like to calculate maximum rows number for by table that I have in Cassandra v2.
I found the formula (and calculator) in multiple places:
https://www.datastax.com/resources/ebook/oreilly-cassandra-definitive-guide
https://cql-calculator.herokuapp.com/
https://medium.com/@johnny_width/calculating-cassandra-partition-disk-size-43276d1dcb34
But it looks like each place describes calculations for Cassandra v3. Can use the same formula for Cassadra v2? If not, what is the formula for Cassandra v2? Can I find description somewhere?
Regards