Hello, I would like to ask, what could be the memory/cpu impact, if the fq parameter in many of the queries is a long string (fq={!terms f=...}...,.... ) around 2000000 chars. Most of the queries are like: "q={!frange l=Timestamp1 u=Timestamp2}... + some others criteria". This is with SolrCloud 4.1, on 10 hosts, 3 collections, summary in all collections are around 10000000 docs. The queries are over all 3 collections.
I have sometimes OOM exceptions. And I can see GC times are pretty long. The heap size is 64 GB on each host. The cache settings are the default. Is it possible the long fq parameter in the requests to cause OOM exceptions? Thank you Daniel