Performance of one query in two index of different size

Hi there,
Is there any different of query performance in index with different size? I
mean, if there are two index, one is very small while the other is a pretty
big one, and both of these two share the same map. The query is to search
some word in docs indexed in last 10 minutes. If the numbers of hits
of two query are
same, in such situation, the performance of query is same or not?

Thanks!

Alan

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAPwW3GXWqY7%2BP%2B1TYFJ%3Dt87XsGcTxjdKnVNQYWsyRpSKVgi_UA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

There are too many moving parts to give an accurate answer: smaller indexes
tend to play better with the filesystem cache, etc. The only way to know is
to test it on your own hardware. However, on average, I would expect the
query on the bigger index to be only slightly slower than on the smaller
one.

--
Adrien Grand

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j7Ym%3DiBNj0Gxdw7K1gpidRRd%3DwkWQoYj-k_eVcNifwgrg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.