Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ aggregates based on the diff of these two paginated data streams.

Like all Convex queries, aggregates are
[reactive](https://docs.convex.dev/tutorial/reactor#realtime-is-all-the-time),
and updating them is [transactional](https://www.convex.dev/database).
and updating them is transactional.

If aggregated data updates infrequently, everything runs smoothly.
However, if aggregated data updates frequently, the reactivity and atomicity can
Expand Down