Yonik Seeley wrote:
On Wed, Aug 5, 2009 at 4:35 PM, Michael
McCandless<luc...@mikemccandless.com> wrote:
Hmm -- looks like 2.9 defaulted to autoCommit=false, but that can't
explain such a big difference.
It perhaps could in conjunction with file synchronization on commit...
and some filesystems being bad at fsync() (like ext3 which sync's
everything on an fsync(single_file))
-Yonik
http://www.lucidimagination.com
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org
It is autocommit. Changing it to false for 2.4 brings it down to one
minute slower than 2.9.
When its on, wa is 20-30% and the cpu just barley moves. When its off,
its a similar profile to 2.9.
Theres a speed trap :)
I'm on ext4.
--
- Mark
http://www.lucidimagination.com
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org