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:
28
28
29
29
- :authrole:`Project Data Access Admin`
30
30
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
+
31
57
.. _de-view-indexes:
32
58
33
59
View Indexes
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ View All Activity
81
81
82
82
.. include:: /includes/steps/project-activity.rst
83
83
84
+ .. _activity-feed:
85
+
84
86
Retrieve the Activity Feed
85
87
--------------------------
86
88
You can’t perform that action at this time.
0 commit comments