Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
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

Tuning Cassandra nodes


Cassandra provides various configuration options both at column family level and system level; this lets us customize Cassandra's features to suit our requirements. Let's discuss these configuration options.

Configuring Cassandra caches

From our discussion about caches in the previous chapters, we know that Cassandra has two caching options:

  • Key cache: This caches partition keys and their respective data offset in the SSTable. When a key cache is hit, we'll save one disk seek for that SSTable search.

  • Row cache: This stores the entire row of a partition key; in the new version, we can specify the number of rows to be stored per partition key. This caches two disk seeks as the entire row is in the memory.

Both of these caches can be configured per column family using the CQL command as we discussed in Chapter 4, Read and Write – Behind the Scenes.

However, there are configuration options for both of these caching types in the Cassandra.yaml file, which lets us do configurations...

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