- Distributed & Decentralized
- All nodes are identical ; No Master & Slave (So no single point of Failure) #18
- Example DBs with Master/Slave concept
- MySQL, BigTable, MongoDB #18
- Elastic Scalability
- Is Scalable Horizantally
- High Availability & Fault Tolerance #19
- Replication of Multiple Data Centers
- Tuneable Consistency
- Client can decide b/w Strict or Eventual(Weak) Consistency based on his requirement
- Fast Writes,
- Conflict resolution of data is is done during read time, which provides Cassandra with fast write speeds #22
- Row Oriented #17, #26
- A data is represented as row identified by its Key #27
- Key is used to Distribute data across multiple data stores
- Each row can have one or more columns
- Flexible Schema #27
- Schemas can be specified using CQL
- Borrows Distributed Design from Dynamo DB & Data Model from BigTable
Cassandra : Features...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment