How distributed databases store data. It is equally kept in Apache Cassandra. How will it be in other distributed database management systems?

I’d read papers about Apache Cassandra in DataStax, and I’d realized that whatever data we write will be spread equally among all the nodes. In all other distributed database in DBMS, will this be the case? Will other systems equally spread the data across all of their databases? How are the data spread among those distributed databases if they don’t distribute equally?

This isn’t really a question about Snowplow, so I’m not sure this is the best forum to find answers on this subject.

I think you’ll have better luck finding answers on StackOverflow, or by reading about databases and looking up their documentation.

2 Likes