Hello, We are experiencing some performance issues on Solr that seems related to requests querying multiple pages of results for the same keyword at the same time. For instance, querying 10 pages of results (with 50 or 100 results per page) in the same second for a given keyword, and doing that on different keywords at the same time also.
The performance issues we observe is a high CPU usage and response time increasing a lot. This doesn't seem related to the number of requests itself because we can handle a lot more requets per second when there is no such requests. Do you think this makes sense and can be explained by the way Solr works? Environment: SolrCloud 7.6.0 Gaƫl