mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-21 21:48:25 +00:00
2e7e5f4f3a
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.