Cassandra has numerous configuration knobs, and nowhere is this truer than in the area of performance tuning, where the database administrator can control several aspects of performance. Out of the box, Cassandra runs with default settings for many performance-related configuration properties. As an administrator, you should know these defaults and modify them to suit your environment.
This chapter focuses on the following areas of Cassandra performance:
- Tracing queries to analyze database performance
- Caching data
- Compaction strategies
- Compression
- Tuning Bloom ...