Greetings all, Few questions to help us in the capacity planning:
1. What is the memory footprint of an empty ElasticSearch index consisting of a single shard and zero replicas? 2. Is there a difference in footprint between 1 empty index with 1000 shards and 1000 empty indexes each with 1 shard (both with 0 replicas)? 3. Is it practical to create an ElasticSearch index for each user, if you have millions of them, each with thousands to few million small JSON documents? 4. Does ElasticSearch require an index shard to be fully (not paged) loaded into memory during querying? 5. Is using types in a single index different (in query performance) than using multiple indexes per type? Kind regards -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/72a5f036-c039-43ba-a2ab-c1b84e3c47ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
