Best practices for handling aggregated metrics and intermediate tables in Convex
Right now, we’re building intermediate tables with precomputed aggregations to keep queries fast — but it’s getting harder to maintain as the dataset expands.
I’m curious how other teams using Convex approach this:
Do you store and aggregate analytics data in Convex directly?
Or do you offload metrics to an external system?
Any best practices or patterns you’ve found helpful for managing analytics efficiently?
Would really appreciate hearing what’s worked for others!
