Remove any reference to binary fields in the query.
Additional Information
It is recommended to be under 1.5 million binaries store in the cbmodules core.
When doing a process search with binary metadata such as digsig_result, publisher, etc. Solr has to join between the cbevents core and cbmodules core.
As with any database, joins are expensive
Each search has to go through all binary metadata stored, the more that is stored, the longer it will take to return results.
Most metadata is single use binaries, for example an OS upgrade the binaries are only seen once in the environment.
cbmodule_purge job allows the removal of older metadata that does not have an associated event N set days after that event has been removed from the cbevents core.