* Extent merging past MAXEXTLEN
@ 2008-01-28 21:34 Michael Nishimoto
2008-02-03 22:52 ` David Chinner
0 siblings, 1 reply; 2+ messages in thread
From: Michael Nishimoto @ 2008-01-28 21:34 UTC (permalink / raw)
To: XFS Mailing List
Hi everyone,
Is there a reason to continue limiting extent merges past MAXEXTLEN
on 64-bit systems?
thanks,
Mike
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Extent merging past MAXEXTLEN
2008-01-28 21:34 Extent merging past MAXEXTLEN Michael Nishimoto
@ 2008-02-03 22:52 ` David Chinner
0 siblings, 0 replies; 2+ messages in thread
From: David Chinner @ 2008-02-03 22:52 UTC (permalink / raw)
To: Michael Nishimoto; +Cc: XFS Mailing List
On Mon, Jan 28, 2008 at 01:34:10PM -0800, Michael Nishimoto wrote:
> Hi everyone,
>
> Is there a reason to continue limiting extent merges past MAXEXTLEN
> on 64-bit systems?
I don't think 32/64bit issues enter into this - the max extent length is
determined by the filesystem block size (the on disk length is in filesystem
blocks) so by default we are already at byte lengths greater than what fits in
a 32bit variable (i.e. 2^21*2^12 = 2^33).
Basically, MAXEXTLEN defines the number of bits in the length field of the on-disk
extent record when it is packed and so without a on-disk format change, we can't
sanely increase the size of this field. Perhaps we should look at doing this,
but it's going to have to wait until the btree re-factoring code is completed
so we can implement the record format change sanely....
Cheers,
Dave.
--
Dave Chinner
Principal Engineer
SGI Australian Software Group
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-03 22:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 21:34 Extent merging past MAXEXTLEN Michael Nishimoto
2008-02-03 22:52 ` David Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox