Re: [PATCH 2/2] Btrfs-progs: Add hot data support in mkfs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ben Chociej
Date: Friday, August 13, 2010 - 7:10 am

It's a good point, of course. Ideally we would be able to prioritize
data and place them on 15k versus 7.2krpm disks, etc. However you get
to a point where's there's only incremental benefit. For that reason,
the scope of this project was simply to take advantage of SSD and HDD
in hybrid. Of course, you could register the same complaint about the
ZFS SSD caching: why not take advantage of faster vs. slower spinning
disks? Unfortunately it just wasn't in the scope of our 12-week
project here.

That's not to say it *shouldn't* be done in the future, of course!
And, incidentally, you could hack it together at this point by setting
the /sys/block/<blockdev>/queue/rotational flag to 0 and using it like
an SSD. :)

BC

On Fri, Aug 13, 2010 at 8:14 AM, Andrey Panin <pazke@centrinvest.ru> wrote:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 2/2] Btrfs-progs: Add hot data support in mkfs, Ben Chociej, (Fri Aug 13, 7:10 am)
Re: [PATCH 1/2] Btrfs-progs: Add support for hot data ioctls, Goffredo Baroncelli, (Fri Aug 13, 9:44 am)