ulysses
ulysses3mo ago

Trouble converting SQL query to Convex

hey. I'm trying to convert my leaderboard query to convex and have trouble with the aggregation part. I run a few subqueries in the SQL query and join them up and I'm not exactly sure how to achieve that with convex, or if convex recommends a different approach. Appreciate help here!
1 Reply
Jamal
Jamal3mo ago
Convex
Aggregate
Keep track of sums and counts in a denormalized and scalable way.

Did you find this page helpful?