mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 10:30:38 +00:00
The v2 format allows for a much simpler reversing mechanism since clustering fragments can simply be reversed as they are read. Fragments are directly pushed in the reader's buffer eliminating a separate move phase. Existing reverse reader unit tests are converted to test the v2 one.