Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Cannot Reproduce
-
None
-
Degradation - Performance Bug/Regression
-
Critical
-
Normal
-
Performance Regression Test
-
All
-
None
Description
This is spin off from CASSANDRA-16036.
In testing 4.0 relative to 3.0* I found that queries which accessed multiple rows to have a noticeable performance decrease; two queries were used in the test (more may be impacted, others might not): query partition (table has clustering keys) with LIMIT, and query clustering keys using IN clause.
In the below graphs the green line is 3.0 and the other lines are 4.0 (with and without chunk cache)
Partition with LIMIT
Cluster with IN clause
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-16036 Add flag to disable chunk cache and disable by default
- Resolved