Difference between mysql and cassandra

What is the difference between cassandra and mysql?

I searched using google. But I am not satisfied, and I could not understand. Please tell me about this.

+3
source share
1 answer

MySQL is a relational database that supports complex, flexible queries using the SQL query language. In essence, the relational model consists of tables (relations), which can be interconnected by keys common to several tables.

Cassandra - (, hashmap), . / , . , " " , , .

Cassandra Cassandra Query Language (CQL), , SQL. Cassandra Thrift.

+5

All Articles