Skip to content

Commit 7b8da76

Browse files
DOCSP-30865: Removes description from metadata directive (#4436)
1 parent 65d2fbb commit 7b8da76

7 files changed

+2
-9
lines changed

source/core/timeseries-collections.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Time Series
1313
:class: singlecol
1414

1515
.. meta::
16-
:description: Time series, IOT, time series analysis, time series data, time series db
1716
:keywords: Time series, IOT, time series analysis, time series data, time series db
1817

1918
Time series data is a sequence of data points in which insights are

source/core/timeseries/timeseries-automatic-removal.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Set up Automatic Removal for Time Series Collections (TTL)
1414
:class: singlecol
1515

1616
.. meta::
17-
:description: Time series, IOT
1817
:keywords: Time series, IOT
1918

2019
When you create a :ref:`time series collection

source/core/timeseries/timeseries-build-materialized-views.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Build Materialized Views on Top of Time Series Data
1313
:class: singlecol
1414

1515
.. meta::
16-
:description: Time series, IOT
1716
:keywords: Time series, IOT
1817

1918
Materialized views on time series data are useful for:

source/core/timeseries/timeseries-granularity.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Set Granularity for Time Series Data
1313
:class: singlecol
1414

1515
.. meta::
16-
:description: Time series, granularity, IOT
1716
:keywords: Time series, granularity, IOT
1817

1918
When you create a time series collection, MongoDB automatically creates
@@ -191,4 +190,4 @@ values.
191190
.. note::
192191

193192
To modify the granularity of a **sharded** time series collection,
194-
you must be running MongoDB 6.0 or later.
193+
you must be running MongoDB 6.0 or later.

source/core/timeseries/timeseries-limitations.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Time Series Collection Limitations
1313
:class: singlecol
1414

1515
.. meta::
16-
:description: Time Series, IOT
1716
:keywords: Time Series, IOT
1817

1918
This page describes limitations on using :ref:`time series collections

source/core/timeseries/timeseries-migrate-data-into-timeseries-collection.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Migrate Data into a Time Series Collection
1313
:class: singlecol
1414

1515
.. meta::
16-
:description: Time series, IOT
1716
:keywords: Time series, IOT
1817

1918
To migrate data from an existing collection into a :ref:`time series
@@ -261,4 +260,4 @@ performance and resolve the log warning.
261260
MongoDB logs a warning and prevents some query optimizations from
262261
using the internal index. :ref:`Create a secondary index <timeseries-add-secondary-index>`
263262
on the ``timeField`` to regain query performance and resolve the log
264-
warning.
263+
warning.

source/core/timeseries/timeseries-secondary-index.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Add Secondary Indexes to Time Series Collections
1313
:class: singlecol
1414

1515
.. meta::
16-
:description: Time series, IOT
1716
:keywords: Time series, IOT
1817

1918
To improve query performance for :term:`time series collections <time

0 commit comments

Comments
 (0)