Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Macartney <ian@convex.dev>
  • Loading branch information
ldanilek and ianmacartney authored Nov 6, 2024
1 parent 473e136 commit 0b7226f
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 @@ -32,7 +32,7 @@ const globalAverageScore = await aggregateScoreByUser.sum(ctx) /
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 0b7226f

Please sign in to comment.