Skip to content

Commit

Permalink
Merge branch 'lee/namespaces' of https://github.com/get-convex/aggregate
Browse files Browse the repository at this point in the history
 into lee/namespaces
  • Loading branch information
ldanilek committed Nov 6, 2024
2 parents 49eeac2 + 0b7226f commit 3ecea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const globalAverageScore =
(await aggregateScoreByUser.count(ctx));
```

7. Alternatively, you can define a third aggregate with separate namespaces,
7. Alternatively, you can define an aggregate with separate namespaces,
and do the same query. This method increases throughput because a user's data
won't interfere with other users. However, you lose the ability to aggregate
over all users.
Expand Down

0 comments on commit 3ecea7e

Please sign in to comment.