From 77bc0c7b73b6810fe97c3a7c10255b25ebe69027 Mon Sep 17 00:00:00 2001 From: Dan Larkin-York Date: Thu, 27 May 2021 19:13:28 +0000 Subject: SERVER-55118 Architecture Guide updates for PM-2207 --- src/mongo/db/timeseries/README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/mongo/db/timeseries/README.md b/src/mongo/db/timeseries/README.md index 0be14e8d509..559df91856c 100644 --- a/src/mongo/db/timeseries/README.md +++ b/src/mongo/db/timeseries/README.md @@ -29,13 +29,13 @@ certain properties: ``` { - _id: , + _id: >, control: { // version: 1, // Version of bucket schema. Currently fixed at 1 since this is the // first iteration of time-series collections. min: { -