I am looking for some benchmarking of how many number of request can be indexed per second by ElasticSearch server. Surely, it would be subject to many factors like analyzers used, capacity of ES nodes, number of nodes in cluster and so on.
I am assuming document with approximately 20 fields, all "not_analyzed" and running on single node with i7 and dedicated 8GB heap memory.
- What is predicted or benchmarked approx. number of requests handled per second by ElasticSearch server?
- Say it is x req/sec in question 1. Then how does this capacity increase as we keep adding another node with same config in the cluster. Is it linear like 2x, 3x & 4x as we add 2, 3 or 4 nodes?