I have started working with Cassandra
and I was going through Static column family
and Dynamic column family
and I am wondering when do we use static column family
as compared to dynamic column family
?
In my use case, I will be having huge JSON document, that I need to store into Cassandra. So I was thinking to use dynamic column family
for that. But before that I wanted to understand more about the differences between the column families?
Can anyone highlight some differences between those and when to use what?