mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
Collect the values for a key space in one go. Firstly, collect all the offsets at which a read is required and order them. Secondly, perform all of the reads. Note that read amplification is still present. A future patch set will deal with this problem