Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Apache Cassandra Essentials

You're reading from   Apache Cassandra Essentials Create your own massively scalable Cassandra database with highly responsive database queries

Arrow left icon
Product type Paperback
Published in Nov 2015
Publisher Packt
ISBN-13 9781783989102
Length 172 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Nitin Padalia Nitin Padalia
Author Profile Icon Nitin Padalia
Nitin Padalia
Arrow right icon
View More author details
Toc

Write operations


During a write request by a client, the coordinator node finds the replicas for the partition key based on the partitioner being used. It then sends the write request to all the nodes that are owners of that partition key range. Coordinator nodes return write success to the client as soon as many number of nodes return write success based on the consistency requirement of the write operation. Let's assume that three nodes are replica nodes for a write operation and the write operation is being done at QUORUM consistency; whenever two out of three nodes return success for the write operation, the coordinator node acknowledges a write operation success to the client. We'll learn more about consistency in the next sections.

On a node, a write request is first written to a file called CommitLog, and then in a memory data structure called a Memtable. Whenever Memtables are full, they are flushed to disk in files called SSTable. A replica node acknowledges a write operation success...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image