mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-19 20:48:30 +00:00
4af0b9b387
## Problem During shard ancestor compaction, we currently recompress all page images as we move them into a new layer file. This is expensive and unnecessary. Resolves #11562. Requires #11607. ## Summary of changes Pass through compressed page images in `ImageLayerInner::filter()`.