What is the performance hit of just making every field a facet field?
j
Jason Bosco
03/15/2021, 7:54 PM
It's not a performance hit, but more of a memory consumption consideration. Facets take up additional memory than non-facetted fields, so that's the trade-off to consider.
Jason Bosco
03/15/2021, 7:54 PM
How much additional memory would depend on your dataset. So I'd recommend benchmarking to make a call