Skip to content

Commit da28ce4

Browse files
(DOCSP-23341): Add system.buckets to system collections page (#1307)
* (DOCSP-23341): Add system.buckets to system collections page * wording * ordering * add 'do not modify' * updates per review * add link * updates per review feedback
1 parent a320650 commit da28ce4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

source/reference/system-collections.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ System Collections
1313
.. contents:: On this page
1414
:local:
1515
:backlinks: none
16-
:depth: 1
16+
:depth: 2
1717
:class: singlecol
1818

1919
Synopsis
@@ -64,9 +64,21 @@ database:
6464
The :data:`~config.system.indexBuilds` collection stores
6565
information related to in-progress index builds.
6666

67+
Database-Specific Collections
68+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69+
6770
System collections also include these collections stored directly in
6871
each database:
6972

73+
.. data:: <database>.system.buckets
74+
75+
Stores the underlying data associated to a :ref:`time series
76+
collection <manual-timeseries-collection>`. The ``system.buckets``
77+
collection stores data in an optimized format and schema for an
78+
efficient representation of the persisted time series data.
79+
80+
Do not modify this collection.
81+
7082
.. data:: <database>.system.namespaces
7183

7284
.. note:: Removed in 4.2

0 commit comments

Comments
 (0)