Thats pretty much it, though I think you should time it based on how you
plan to actually invoke it in production (from the lang you plan to use, and
so on).
-shay.banon
On Wed, Aug 18, 2010 at 12:19 AM, Andrei andrei@zmievski.org wrote:
Will do. Is there a good way to time ES queries aside from just timing
the curl request?-Andrei
On Aug 17, 12:45 pm, Shay Banon shay.ba...@elasticsearch.com wrote:
Then that might make sense, really depends on the latency of you require
from your searches. _all field causes larger index and slower indexing
time,
but usually results in faster queries when trying to match on several
fields. In your case, it sounds like _all field is not needed, but I
would
run a simple test to see the difference in expected queries.-shay.banon