Go Back

Bucketing Pattern

Insert Operations

When recording values within a regular collection, each reading is a separate document.
The number of entries within the index increases linearly. If there are 50 readings, there are 50 index entries. If there are 10x the readings, the index grows to 10x the number of entries (although compression helps with the byte-size).

  <-- Click here


//Empty