Skip to content

Commit 79a6f24

Browse files
authored
chore(indexes): change rolling indexes text COMPASS-9519 (#7086)
fix copy
1 parent 7425371 commit 79a6f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/compass-indexes/src/modules/create-index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ export const OPTIONS = {
221221
label: 'Build in rolling process',
222222
description: (
223223
<>
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.{' '}
224+
Building an index in a rolling fashion reduces the resiliency of your
225+
cluster and increases index build times. We only recommend using rolling
226+
index builds when regular index builds do not meet your needs.{' '}
227227
<Link href="https://www.mongodb.com/docs/manual/core/rolling-index-builds/">
228228
Learn More
229229
</Link>

0 commit comments

Comments
 (0)