Cassandra internals

In this section, we will take a look at some of the internals of Cassandra including read and write paths along with some of the mechanisms used to optimize both read and write operations. The write path is fairly straightforward which appends records to a log structure providing really high throughput. The read path consists of several data structures which are used to reduce the amount of disk seeks and optimize reads.

Get Learning Apache Cassandra - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.