* [Ocfs2-devel] [RFD] ocfs2: poor performance on append write/punch hole
@ 2014-01-28 9:53 Joseph Qi
0 siblings, 0 replies; only message in thread
From: Joseph Qi @ 2014-01-28 9:53 UTC (permalink / raw)
To: ocfs2-devel
In ocfs2_file_aio_write, it will fall back to buffered IO when cannot
complete direct IO request, e.g. append write and punch hole. And mostly
it should firstly do space allocation and this will make much more
journal to flush.
From test, we found the above two cases performs almost 70% lower than
normal case(allocate space first and overwrite). Furthermore, it spends
more than 90% time on jbd2_journal_force_commit during aio write.
So if anyone have an idea on how to tune the performance on these two cases?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-28 9:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28 9:53 [Ocfs2-devel] [RFD] ocfs2: poor performance on append write/punch hole Joseph Qi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.