Anshul Sharma <anshul.d.sha...@gmail.com> wrote: > I have configured solr on 1 AWS server as standalone application which is > giving me a tps of ~8000 for my query.
[...] > In order to test the scalability, i have done sharding of the same data > across two AWS servers with 2.5 milion records each .When i try to query > the cluster with the same query as before it gives me a tps of ~2500 . Sharding means two-phase processing and a merge of the shard-results. The overhead of sharding was larger than the gains, for your setup. I am afraid your test is too light-weight for performance-estimation at scale. - Toke Eskildsen