What is the performance hit of just making every f...
# community-help
a
What is the performance hit of just making every field a facet field?
j
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.
How much additional memory would depend on your dataset. So I'd recommend benchmarking to make a call