Files
neon/pageserver
Vlad Lazar ae77e5355c pagseserver: add range layer map lookup
Use a two pointer algorithm to collect all the layers that intersect
a given range. The trailing pointer tracks the start of the current
range (current location in the key space) and the forward pointer
tracks the next coverage change.

The result of the collection is an map from layer to range which is
ordered by LSN. The ordering will come in handy to the rest of the read
path for figuring out where to continue from.
2024-01-25 12:28:32 +00:00
..
2023-11-28 12:50:53 -05:00