Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
LazilyCompactedRow reads all data twice to compact a row which is obviously inefficient. The main reason we do that is to compute the row header. However, CASSANDRA-2319 have removed the main part of that row header. What remains is the size in bytes and the number of columns, but it should be relatively simple to remove those, which would then remove the need for the two-phase compaction.
Attachments
Attachments
Issue Links
- depends upon
-
CASSANDRA-4885 Remove or rework per-row bloom filters
- Resolved
- incorporates
-
CASSANDRA-5429 Update scrub and scrubtest for single-pass compaction format
- Resolved
- is depended upon by
-
CASSANDRA-5454 Changing column_index_size_in_kb on different nodes might corrupt files
- Resolved
- is duplicated by
-
CASSANDRA-6918 Compaction Assert: Incorrect Row Data Size
- Resolved