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...


Where cassandra stores its data?



Where cassandra stores its data?..

Answer / Satish Kumar Ranjan

Cassandra stores its data across multiple nodes in a distributed and decentralized manner. Each node contains one or more SSTables (Sorted String Table) which are immutable data structures that store the actual data of Cassandra. Additionally, each node maintains a commit log for handling write operations, a memtable for caching recently written data, and Snitch for routing requests to appropriate nodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Cassandra Interview Questions

What is the design architecture of Cassandra?

1 Answers  


What do you understand by Thrift?

1 Answers  


What are secondary indexes?

1 Answers  


What are the consistency levels for write operations in Cassandra?

1 Answers  


What is a nosql database?

1 Answers  


I have a row or key cache hit rate of 0.XX123456789 reported by JMX. Is that XX% or 0.XX% ?

1 Answers  


When should you not use Cassandra? OR When to use RDBMS instead of Cassandra?

1 Answers  


What do you mean by ss table and explain how it is different from the other original tables?

1 Answers  


Mention when you can use alter keyspace?

1 Answers  


Mention what are the values stored in the Cassandra Column?

1 Answers  


Name the ports Cassandra uses?

1 Answers  


Define composite type in Cassandra?

1 Answers  


Categories