Re: [RFC PATCH 2/2] xfs: add inode to zone caching for data placement
From: hch
Date: Mon May 05 2025 - 01:55:54 EST
On Fri, May 02, 2025 at 01:04:15PM -0700, Darrick J. Wong wrote:
> It seems like a decent idea to try to land random writes to the same
> file in the same zone. This helps us reduce seeking out of the zone on
> subsequent reads, right?
Yes. Having as few zones as possible per file also means that GC works
better, as it often can consolidate extents.