There is nothing official, but I have collected a few random blog posts
over the years:
http://asquera.de/opensource/2012/11/25/elasticsearch-pre-flight-checklist/
http://exploringelasticsearch.com/
http://euphonious-intuition.com/2013/02/five-things-i-learned-from-elasticsearch-training/
Out-of-the-box, elasticsearch performs pretty well as far as default server
settings go. Set your JVM to use 50% of the available memory on the server.
Can you share your index mapping and an example query? Are you using facets
or nested/child objects? There are many ways to achieve poor performance
via inefficiencies in the mapping.
--
Ivan
On Wed, Aug 7, 2013 at 7:55 PM, Ben McCann benjamin.j.mccann@gmail.comwrote:
Hi,
I've just setup an Elasticsearch index and it's performing very poorly.
There's no information in the guide about running Elasticsearch from an
operational perspective, which is a frustrating experience as a newcomer.
Is there anything like MongoDB's production noteshttp://docs.mongodb.org/manual/administration/production-notes/ available
anywhere on the web? Are there rules of thumb about how to configure
Elasticsearch or troubleshoot it? I installed the .deb package, inserted
50M records, and the default out-of-the-box performance is very bad. The
data I'm working with is professional resumes and I'm trying to do searches
for job candidates with the Java client library.Thanks,
Ben--
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 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.