That's what I was pointing out. The test is VERY broken....
On Feb 26, 2008, at 5:53 PM, Mike Klaas wrote:
On 26-Feb-08, at 3:00 PM, Michael Busch (JIRA) wrote:
50,000 AND queries with 3 terms each:
old: 152 secs
new (with LRU cache): 112 secs (26% faster)
50,000 OR queries with 3 terms each:
old: 175 secs
new (with LRU cache): 133 secs (24% faster)
For bigger indexes this patch will probably have less impact, for
smaller once more.
Wow -- term lookup occupied 50% of the query execution time?! How
many documents matched these queries?
-Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]