Jump to content

Cassandra Database questions


The Little Guy

Recommended Posts

I have been looking at the Cassandra Database, and I am trying to figure out how it works, I still don't understand it.

 

I assume that you wouldn't store your members in the database because you need to search it knowing exactly what key your looking for (but maybe I am wrong).

 

What types of items/things would you store in a Cassandra database?

How would a Cassandra database best be used?

Link to comment
https://forums.phpfreaks.com/topic/261926-cassandra-database-questions/
Share on other sites

http://blip.tv/datastax/the-state-of-cassandra-5500735 might be helpful.

 

To try and summarize, and please someone correct me if I'm wrong, database systems like Cassandra are simpler. They're built for speed, accuracy and scalability, while an RDBMS is designed to allow for very complex and flexible queries. Generally NoSQL database like Cassandra, discourage relation in favour of raw throughput.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.