Skip to content

Commit 6c5ba17

Browse files
committed
remove extraneous toc files
1 parent cc801f4 commit 6c5ba17

File tree

5 files changed

+9
-82
lines changed

5 files changed

+9
-82
lines changed

source/includes/toc-indexes-concepts-mechanics.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/includes/toc-indexes-tutorial-creation.yaml

Lines changed: 0 additions & 46 deletions
This file was deleted.

source/includes/toc-indexes-tutorials-landing.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

source/tutorial/build-indexes-on-replica-sets.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Build Indexes on all Secondaries
116116
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117117

118118
.. versionchanged:: 2.6
119-
Secondary members can now :doc:`build indexes in the background
120-
</tutorial/build-indexes-in-the-background>`. Previously all index builds on secondaries were in
119+
Secondary members can now :ref:`build indexes in the background
120+
<index-creation-background>`. Previously all index builds on secondaries were in
121121
the foreground.
122122

123123
For each secondary in the set, build an index according to the

source/tutorial/measure-index-use.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,18 @@ you may want to consider when analyzing index use for your database:
8888

8989
* - In the output of :dbcommand:`serverStatus`:
9090

91-
-
92-
- :serverstatus:`metrics.queryExecutor.scanned`
93-
- :serverstatus:`metrics.operation.scanAndOrder`
91+
- :serverstatus:`metrics.queryExecutor.scanned`
92+
93+
:serverstatus:`metrics.operation.scanAndOrder`
9494

9595
* - In the output of :dbcommand:`collStats`:
9696

97-
- - :data:`~collStats.totalIndexSize`
97+
- :data:`~collStats.totalIndexSize`
9898

99-
- :data:`~collStats.indexSizes`
99+
:data:`~collStats.indexSizes`
100100

101101
* - In the output of :dbcommand:`dbStats`:
102102

103-
-
104-
- :data:`dbStats.indexes`
103+
- :data:`dbStats.indexes`
105104

106-
- :data:`dbStats.indexSize`
105+
:data:`dbStats.indexSize`

0 commit comments

Comments
 (0)