Hello,
I am running Solr 7.2.1 in standalone mode with 8GB heap. I have an index
with ~4 million documents. Not too big. I am using a graph query parser to
filter out some documents as below:
fq={!graph from=from_field to=to_field returnRoot=false}
Both from_field and to_field are indexed and of type string. This is part
of a bigger query which is taking around 65 seconds to execute. Executing
_only_ the graph filter query takes about 64.5 seconds. The total number of
documents from this filter query is a little over 1 million.
Is this performance expected out of graph query ? Any optimizations that I
could try?
Thanks,
Rahul