Kevin A. Burton wrote:
> Would there be any performance improvement in query throughput and
> latency if locking were disabled for readonly indexes?
The locks are only consulted when opening a new IndexReader. I doubt
very much that you're doing this often enough for this to be significant.
Doug
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org
|