What changes when you specify a field as `facet: t...
# community-help
p
What changes when you specify a field as
facet: true
? Does it somehow change how that field is stored?
j
Yup, there's an additional facet index that's constructed in-memory for that field, to help perform aggregations efficiently
👍 1
p
Thanks!
👍 1
@Viji Vennelakanti @Willian Oki
👍 1
w
Good to know, thanks!