mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
It got pretty ugly after the last commit. Refactor it so that we first collect all the key ranges that need to be written out into a list of tasks, then partition the tasks into image layers, and then write them out. This will be much easier to parallelize, but that's not included in this commit yet.