Re: howto boost write(2) performance?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Michael Stiller <ms@...>
Cc: <linux-kernel@...>
Date: Tuesday, October 9, 2007 - 10:56 am

Michael Stiller <ms@2scale.net> writes:

You could use an O_DIRECT write if the data is suitably aligned
and your IO sizes are big enough (O_DIRECT is usually a loss
on small IOs). It will also be synchronous, but if you do it 
from a separate thread anyways that should be fine.

-Andi
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
howto boost write(2) performance?, Michael Stiller, (Tue Oct 9, 9:50 am)
Re: howto boost write(2) performance?, Bill Davidsen, (Wed Oct 17, 6:19 pm)
Re: howto boost write(2) performance?, Nick Piggin, (Tue Oct 9, 6:25 am)
Re: howto boost write(2) performance?, Michael Stiller, (Wed Oct 10, 2:26 am)
Re: howto boost write(2) performance?, Andi Kleen, (Tue Oct 9, 10:56 am)
Re: howto boost write(2) performance?, Michael Stiller, (Thu Oct 11, 9:50 am)
Re: howto boost write(2) performance?, Boaz Harrosh, (Tue Oct 9, 11:42 am)
Re: howto boost write(2) performance?, Michael Tokarev, (Tue Oct 9, 12:26 pm)
Re: howto boost write(2) performance?, Gustavo Chain, (Tue Oct 9, 10:19 am)