We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7425371 commit 79a6f24Copy full SHA for 79a6f24
packages/compass-indexes/src/modules/create-index.tsx
@@ -221,9 +221,9 @@ export const OPTIONS = {
221
label: 'Build in rolling process',
222
description: (
223
<>
224
- Building indexes in a rolling fashion can minimize the performance
225
- impact of index builds. We only recommend using rolling index builds
226
- when regular index builds do not meet your needs.{' '}
+ Building an index in a rolling fashion reduces the resiliency of your
+ cluster and increases index build times. We only recommend using rolling
+ index builds when regular index builds do not meet your needs.{' '}
227
<Link href="https://www.mongodb.com/docs/manual/core/rolling-index-builds/">
228
Learn More
229
</Link>
0 commit comments