it was mentioned in the tutorial that a single Cassandra node may handle up to 2-4Tb of data.
question is: How can a single node with a limited cache may handle so much data?
will it not abuse finally IO as to refresh the cache with relevant data?
or that most of the 2-4Tb of data is replicated data?
what is the idea/mechanism behind this?
Thanks