On 6/14/07, James liu <[EMAIL PROTECTED]> wrote:
i write script to get run time to sure how to performance.

i find very intresting thing that i query 2 solr box to get data and solr
response show me qtime all zero.

but i find multi get data script use time is 0.046674966812134(it will
change)

If you are timing the complete script there is startup time to take
into account.

If you are only timing the request/response to solr, then that is a bit slow
considering the query time itself is less than a millisecond.  That
does not include document retrieval and response writing.  How many
documents are you retrieving?
If you re-execute the same exact query again, is it still slower?

-Yonik

Reply via email to