--
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>
>
-
--
http://www.tomergabel.com Tomer Gabel
--
View this message in context:
http://www.nabble
x27;s
> particularly interesting that the RAM case shows it worse than the NIO
> case.
>
> Maybe it's because in the reader-per-thread case the CPU's cache is
> less effective since things like norms & deleted docs are now
> replicated in memory?
>
>
in IndexSearcher. Trying to know how
> to create a Weight object.
>
> Anyway, I would really appreciate your suggestion
>
> -RB
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
&
d
cache, and beyond that point considerably more I/O is actually performed by
the storage subsystem. This can be probably be measured with tools available
in the OS of your choice, if you wish to corroborate this theory (I'd
certainly be interested in the results).
Best of luck,
Tomer