big flash disks?

Jamie Lokier jamie at shareable.org
Tue Jun 3 14:44:29 EDT 2008


Jörn Engel wrote:
> On Mon, 2 June 2008 13:32:18 +0100, Jamie Lokier wrote:
> > 
> > If they can do 4k writes, and you cannot, it sounds like the SSDs you
> > have used are very different to the SSDs they have used.  Is that
> > right?
> 
> It isn't.  Their SSDs have shitty performance for 4k random writes.
> That's the entire point of their product.  They reorder the data,
> turning random 4k writes into aligned eraseblock-sized writes.  After
> that reordering the performance goes way up.  Iirc at least one SSD they
> used must have 1MB erasesize to explain the performance boost.

Yes, they reorder - he says as much, that traditional filesystems
perform very poorly.

But he quites a high write IOP rate, which is sometimes taken to mean
a high rate of database commits (e.g. fsync).  That can't be done with
eraseblock-sized writes.

If it's not high commit rate, then the quoted IOP rate is misleading
because you can do the same reordering thing with hard disks to get a
high write rate.  (Albeit hard disks suffer from random reads more if
ordering writes disorders reads).

If you think it's just reordering, not committing each 4k write one
after the other quickly, I'll ask him about it.

-- Jamie



More information about the linux-mtd mailing list