On 5/6/2016 7:19 AM, Shawn Heisey wrote: > With three separate > fq parameters, you'll get three cache entries in filterCache from the > one query.
One more tidbit of information related to this: When you have multiple filters and they aren't cached, I am reasonably certain that they run in parallel. Instead of one complex filter, you would have three simple filters running simultaneously. For low to medium query loads on a server with a whole bunch of CPUs, where there is plenty of spare CPU power, this can be a real gain in performance ... but if the query load is really high, it might be a bad thing. Thanks, Shawn