Yes, that would line up with being pretty much cpu bound. So if you were to
have 2 xeon's with HT then you kinda have almost 4 resources (threads) of
execution you could take advantage of.
So from my current tests where I have a multiple threads producing work for an
index and one index writer (one thread doing addDocument), I am seeing that I
am cpu bound on the indexer. Since I am on a dual xeon with HT, I could if I
was using 4 indices improve my throughput by > 1x but < 4x.
C
--- Kevin Burton <burton@rojo.com> wrote:
> Bill Au wrote:
>
> >Optimize is disk I/O bound. So I am not sure what multiple CPUs will buy
> you.
> >
> >
>
> Now on my system with large indexes... I often have the CPU at 100%...
>
> Kevin
>
> --
>
>
> Use Rojo (RSS/Atom aggregator)! - visit http://rojo.com.
> See irc.freenode.net #rojo if you want to chat.
>
> Rojo is Hiring! - http://www.rojonetworks.com/JobsAtRojo.html
>
> Kevin A. Burton, Location - San Francisco, CA
> AIM/YIM - sfburtonator, Web - http://peerfear.org/
> GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|