Ante Kresic 0ac3e3429f Removal of sequence number in compression
Sequence numbers were an optimization for ordering batches based on the
orderby configuration setting. It was used for ordered append and
avoiding sorting compressed data when it matched the query ordering.
However, with enabling changes to compressed data, bookkeeping of
sequence numbers is becoming more of a hassle. Removing them and
using the metadata columns for ordering reduces that burden while
keeping all the existing optimizations that relied on the sequences
in place.
2024-09-30 13:45:47 +02:00
..
2024-09-19 17:31:19 +02:00
2024-09-04 11:29:32 +02:00
2024-08-07 15:32:39 +05:30
2024-04-04 10:39:28 -03:00
2023-09-28 08:14:30 +02:00
2024-04-19 09:19:23 -03:00