David AlonsoD
Convex Community14mo ago
45 replies
David Alonso

Exponential number of indexes required?

I'm trying to build a component that shows data according to multiple filters which can be set or unset.
Can I just define one index with all these fields in there and ignore set equality filters to
undefined
values for the filters that are not set? If not, how should I construct my indices?

The list I'm filtering over is potentially very long.
image.png
Was this page helpful?