Re: Contiguous file sequences

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 22, 2010 at 10:50:52PM +0200, Matthias Schniedermeyer wrote:
> On 22.09.2010 12:01, Daire Byrne wrote:
> > Hi,
> 
> ....
> 
> 
> There is actually a VERY easy solution nowadays. SSD(s)
> 
> It doesn't matter if files are continuous or not, SSDs don't care (at 
> least the better ones)

IO size and alignment still matters for performance on SSDs, just
not as much as for spinning rust.  That is, large sqeuental IOs are
still much faster on SSDs than lots of small random IOs.  Even on a
fusionIO card, large IOs will get 2-3x the _best case_ throughput of
small, random IOs.

> If you care about "worst case" write performance, zap the whole thing 
> before usage (a.k.a.: trim) and write in chunks that are sized and 
> aligned to erase-blocks (or just write in big chunks like 1MB or more). 
> That should be more or less be enough to prevent latency spikes, that 
> CAN plague SSDs.

Which is exactly why filesystem layout still matters with SSDs. If
the filesystem lays out files contiguously, and does IO mostly in
large chunks, then the SSDs age a lot better (as does the
filesystem) and performance shouldn't degrade significntly with
time....

Cheers,

Dave.
-- 
Dave Chinner
david@xxxxxxxxxxxxx

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs


[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux