Impossible to answer. For instance, a facet query can be very heavy-duty. Add stats to pivots in Cloud mode.
As for using a bunch of fq clauses, It Depends (tm). If your expected usage pattern is all queries like 'q=*:*&fq=clause1&fq=clause2" then it's fine. It totally falls down if, for instance, you have a bunch of facets. Or grouping. Or..... Best, Erick On Mon, Apr 25, 2016 at 3:48 PM, Jay Potharaju <jspothar...@gmail.com> wrote: > Hi, > I am trying to measure how will are queries performing ie how long are they > taking. In order to measure query speed I am using solrmeter with 50k > unique filter queries. And then checking if any of the queries are slower > than 50ms. Is this a good approach to measure query performance? > > Are there any guidelines on how to measure if a given instance can handle a > given number of qps(query per sec)? For example if my doc size is 30 > million docs and index size is 40 GB of data and the RAM on the instance is > 60 GB, then how many qps can it handle? Or is this a hard question to > answer and it depends on the load and type of query running at a given time. > > -- > Thanks > Jay