Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Internal Architecture of the Cassandra Database ?

Answer Posted / Amrish Kumar Srivastava

Cassandra's internal architecture is a distributed, decentralized system that utilizes data replication across multiple nodes to ensure high availability and fault tolerance. The basic unit of data storage in Cassandra is called a 'keyspace', which acts as a container for tables (called 'column families'). Within a keyspace, data is stored in partitions, each of which is assigned to a specific node in the cluster. Each partition consists of SSTables (Sorted String Table), Memtables, and the commit log. Memtables are volatile in-memory structures that store recent data and are periodically flushed to SSTables. SSTables are immutable on disk data structures that are sorted by row key. The commit log, also known as the write ahead log (WAL), records all writes until they are successfully committed, ensuring durability in case of failures.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category