On Wed, 2002-06-05 at 17:27, Manuel Krause wrote:
>
> BTW, what is this "only" diff good for (is it worth to recompile, I mean):
> # diff '03-beta-data-logging-6.diff' '03-beta-data-logging-5.diff'
> 2777c2777
> < + if (SB_JOURNAL(p_s_sb)->j_num_lists > 512) {
> ---
> > + if (SB_JOURNAL(p_s_sb)->j_num_lists > 256) {
It is a performance tweak, my next patch removes that bit entirely.
Thanks to some hints from Andrew Morton I've been able to do many more
optimizations for high load fsync heavy applications. The new patch
will be out later tonight.
-chris