Re: Question about synchronous write on SSD

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Kyungmin Park <kmpark@...>
Cc: 'Thomas Petazzoni' <thomas.petazzoni@...>, 'Linux Filesystem Mailing List' <linux-fsdevel@...>, <linux-kernel@...>
Date: Tuesday, February 19, 2008 - 5:43 am

On Tue, Feb 19 2008, Kyungmin Park wrote:

But that still doesn't make it sync. I think you are working the wrong
way. For ssd we still want merging and plugging also makes sense to some
degree, though it probably should be minimized. It'll only cause an
initial latency, for busy IO workloads you wont be plugging/unplugging
much anyway.

In fact your patch makes things WORSE, since the io schedulers will now
treat the IO as sync and introduce idling for the disk head. And you
definitely don't want that.

-- 
Jens Axboe

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Question about synchronous write on SSD, Kyungmin Park, (Tue Feb 19, 1:48 am)
Re: Question about synchronous write on SSD, Thomas Petazzoni, (Tue Feb 19, 4:16 am)
RE: Question about synchronous write on SSD, Kyungmin Park, (Tue Feb 19, 5:39 am)
Re: Question about synchronous write on SSD, Jens Axboe, (Tue Feb 19, 5:43 am)
RE: Question about synchronous write on SSD, Kyungmin Park, (Tue Feb 19, 5:55 am)
Re: Question about synchronous write on SSD, Jens Axboe, (Tue Feb 19, 6:00 am)