File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,32 @@ by at least one of the following roles:
2828
2929- :authrole:`Project Data Access Admin`
3030
31+ Considerations
32+ --------------
33+
34+ By default, you can have up to three concurrent non-rolling index
35+ builds. To learn more, see :manual:`Maximum Concurrent Index Builds
36+ </core/index-creation/#maximum-concurrent-index-builds>`.
37+
38+ If you select to build indexes in a rolling fashion, you must ensure
39+ the following:
40+
41+ - Request rolling index builds and non-rolling index builds
42+ sequentially and not simultaneously. Wait for a currently executing
43+ index build to complete before you request another index
44+ build.
45+
46+ - If you need to request multiple rolling index builds, wait for the
47+ currently executing rolling index build to complete before you
48+ request another rolling index build.
49+
50+ To track rolling index builds, see the :ref:`Activity Feed
51+ <activity-feed>`.
52+
53+ For aborted rolling index builds, you must run :dbcommand:`listIndexes`
54+ on each node to verify that the cancelled index no longer exists.
55+ Otherwise, the cluster might remain in an inconsistent state.
56+
3157.. _de-view-indexes:
3258
3359View Indexes
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ View All Activity
8181
8282 .. include:: /includes/steps/project-activity.rst
8383
84+ .. _activity-feed:
85+
8486Retrieve the Activity Feed
8587--------------------------
8688
You can’t perform that action at this time.
0 commit comments