Re: Performance - FunctionQuery

2008-01-08 Thread Yonik Seeley
On Jan 8, 2008 9:30 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > whats the function? how many matching documents? Right... and remember that the first time you use a field in a function query has the same cost as sorting on a field (a cache entry needs to be generated). Try further queries or

Re: Performance - FunctionQuery

2008-01-08 Thread Ryan McKinley
whats the function? how many matching documents? s d wrote: Adding a FunctionQuery made the query response time slower by ~300ms, adding a 2ndFunctionQuery added another ~300ms so overall i got over 0.5sec for a response time (slow).Is this expected or am i doing something wrong ? Thx

Performance - FunctionQuery

2008-01-08 Thread s d
Adding a FunctionQuery made the query response time slower by ~300ms, adding a 2ndFunctionQuery added another ~300ms so overall i got over 0.5sec for a response time (slow).Is this expected or am i doing something wrong ? Thx