mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
This change is similar to the previous two patches, but employs an optimisation. If all the keys in a range exist in the image layer, then they should be contigous on disk. Hence, we only need to query the index for the first key in each range. An assertion is also added to enforce the pre-condition above.