Skip to content
Merged
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 source/use-cases/pre-aggregated-reports.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ will exist.

To avoid situations where your application must pre-allocate large
numbers of documents at midnight, it's best to create documents
throughout the previous day by :term:`upsetting <upsert>` randomly
throughout the previous day by :term:`upserting <upsert>` randomly
when you update a value in the current day's data.

This requires some tuning, to balance two requirements:
Expand Down