RE: ext3 metadata performace

From: Hua Zhong
Date: Thu May 11 2006 - 20:36:15 EST


> (3ware 9500S), which even has an battery buffered disk cache.
> Thus there is no need for synchronous IO anyway. If I disable
> the disk cache on my plain SATA disk using ext3, I also get
> this behavior.

If you mean the disk cache is reliable with the battery, then it should be done by the block layer that a write barrier doesn't
translate into a SYNC (or whatever it is called). Instead, data is considered synced to disk as soon as it hits the cache.

It's really nothing to do with EXT3. It's doing the right thing.

Hua



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/