On Fri, Oct 13, 2006 at 09:22:53PM -0700, Erblichs wrote: > For extremely large files (25 to 100GBs), that are accessed > sequentially for both read & write, I would expect 64k or 128k.
Lager files accessed sequentially don't need any special heuristic for record size determination: just use the filesystem's record size and be done. The bigger the record size, the better -- a form of read ahead. Nico -- _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss