Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Per-row bloom filters may be a misfeature.
On small rows we don't create them.
On large rows we essentially only do slice queries that can't take advantage of it.
And on very large rows if we ever did deserialize it, the performance hit of doing so would outweigh the benefit of skipping the actual read.
Attachments
Attachments
Issue Links
- is blocked by
-
CASSANDRA-5385 IndexHelper.skipBloomFilters won't skip non-SHA filters
- Resolved
- is depended upon by
-
CASSANDRA-4180 Single-pass compaction for LCR
- Resolved