JoiubasJ
Convex Community3mo ago
1 reply
Joiubas

Querying multiple indexes on multiple values

I am in a pretty standard scenario, where I have to query certain fields tables have based on multiple different values, let's say shirts table has a color and a size index, and I would want to be able to query color "red" | "blue" and size "s" | "m".

Am I correct that the tools that convex helpers library provide for merging multiple queries wouldn't scale in such scenarios, and result in big infra costs on convex?
Was this page helpful?