Skip to content

Commit b588fc3

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCS-15926-profiling-collection (BACKPORT) (#4190)
* DOCS-15906-create-collections-mongod-mongos * DOCS-15926-profiling-collection --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 714d4db commit b588fc3

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed

build/docs-tools

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 89f41a9eeb2caada68f4f8e62366657513ef680b

source/core/timeseries-collections.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ optimized internal storage format and return results faster.
106106

107107
.. include:: /includes/downgrade-for-timeseries-collections.rst
108108

109+
.. include:: /includes/database-profiler-note.rst
110+
109111
Internal Index
110112
``````````````
111113

source/core/views.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Time Series Collections
9393
For more information, see
9494
:ref:`Time Series Collection Limitations <manual-timeseries-collection-limitations>`.
9595

96+
.. include:: /includes/database-profiler-note.rst
97+
9698
Access Control
9799
--------------
98100

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. warning::
2+
3+
Do not attempt to create a time series collection or view with the
4+
name ``system.profile`` because the MongoDB server will crash.

source/reference/database-profiler.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ operation, including reads, on the :data:`system.profile
4242
<<database>.system.profile>` collection from within a
4343
:doc:`transaction </core/transactions>`.
4444

45+
.. include:: /includes/database-profiler-note.rst
46+
4547
Example ``system.profile`` Document
4648
-----------------------------------
4749

source/tutorial/manage-the-database-profiler.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ database profiler. For additional related information, see:
3737
- :doc:`Profile Command </reference/command/profile>`
3838
- :method:`db.currentOp()`
3939

40+
.. include:: /includes/database-profiler-note.rst
41+
4042
.. _database-profiling-levels:
4143
.. _database-profiling-level:
4244

0 commit comments

Comments
 (0)