> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of David Dyer-Bennet
>
> > For example, if you start with an empty drive, and you write a large
> > amount
> > of data to it, you will have no fragmentation.  (At least, no
> significant
> > fragmentation; you may get a little bit based on random factors.)  As
> life
> > goes on, as long as you keep plenty of empty space on the drive,
> there's
> > never any reason for anything to become significantly fragmented.
> 
> Sure, if only a single thread is ever writing to the disk store at a
> time.

This has already been discussed in this thread.

The threading model doesn't affect the outcome of files being fragmented or
unfragmented on disk.  The OS is smart enough to know "these blocks writen
by process A are all sequential, and those blocks all written by process B
are also sequential, but separate."

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to