Skip to content

Commit 6345d9d

Browse files
authored
DOCSP-36576 adding snapshot limitation to views and time series (#7819)
* DOCSP-36576 adding snapshot limitation to views * DOCSP-36576 adding snapshot limitation to views and timeseries * DOCSP-36576 copy edits * DOCSP-36576 tech edit * DOCSP-36576 tech edit * DOCSP-36576 tech edit * DOCSP-36576 tech edit * DOCSP-36576 tech edit
1 parent a028cd6 commit 6345d9d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

source/core/timeseries/timeseries-limitations.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,13 @@ Views
266266

267267
- You cannot create a view from a time series bucket collection
268268
namespace (namely, a collection prefixed with ``system.buckets``).
269+
270+
Snapshot Isolation
271+
~~~~~~~~~~~~~~~~~~
272+
273+
Read operations on time series collections with read concern
274+
``"snapshot"`` guarantee snapshot isolation only in the absence of
275+
concurrent drop or rename operations on collections in the read
276+
operation. Re-creating a time series collection on the same namespace
277+
with different granularity setting does not yield full snapshot
278+
isolation.

source/core/views.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Read Only
8585

8686
Views are read-only. Write operations on views return an error.
8787

88+
Snapshot Isolation
89+
~~~~~~~~~~~~~~~~~~
90+
91+
Views do not maintain timestamps of collection changes and do not
92+
support point-in-time or snapshot read isolation.
93+
8894
View Pipelines
8995
~~~~~~~~~~~~~~
9096

0 commit comments

Comments
 (0)