Files
neon/pageserver
Vlad Lazar 7debd6162c pageserver: fix vectored delta layer index traversal
There were two issues with it.
1. The `key >= range.start && lsn >= lsn_range.start`
was too aggressive. Lsns are not monotonically increasing in the delta
layer index (keys are though), so we cannot assert on them.
2. Lsns greater or equal to `lsn_range.end` were not skipped. This
caused the query to consider records newer than the request Lsn.
2024-03-04 12:58:08 +00:00
..
2023-11-28 12:50:53 -05:00