Nullify elasticsearch cache

Hi,

Is it possible to disable the elasticsearch cache per query (for testing
purposes) or nullify (zero) the cache when needed?

We want to deploy an environment with elasticsearch and compare
performances to our deployed lucene environment,

but we want to check if the elasticsearch results are influenced by cache.

Thanks, Ophir

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

You can clear caches using this command -

However, I don't quite understand why would you want to do that.
Elasticsearch caches can significantly improve elasticsearch performance in
real life as well. I think a better solution would be to come up with a
more realistic test data and allow Elasticsearch to do its job as designed.

On Wednesday, April 10, 2013 8:50:01 AM UTC-4, Ophir Michaeli wrote:

Hi,

Is it possible to disable the elasticsearch cache per query (for testing
purposes) or nullify (zero) the cache when needed?

We want to deploy an environment with elasticsearch and compare
performances to our deployed lucene environment,

but we want to check if the elasticsearch results are influenced by cache.

Thanks, Ophir

--
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.
For more options, visit https://groups.google.com/groups/opt_out.