Cassandra: 3.5
we able to write more than 2 billion records in our one partition table.
many interesting facts
query : select count(*) from table - does not able to return more than 2 billion even if the table has more than 2 billions records.
also, since it's a costlier operation, took 2+ hrs to get this count result, this could not use case for Cassandra to get count, but question how can we improve this well?
also, the main question, what if impact if we were able to write more than 2 billion record into single table partition.
do we have to start splitting our data with another partition? difficult to need to validate well.