Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/compass-indexes/src/modules/create-index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ export const OPTIONS = {
label: 'Build in rolling process',
description: (
<>
Building indexes in a rolling fashion can minimize the performance
impact of index builds. We only recommend using rolling index builds
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.{' '}
<Link href="https://www.mongodb.com/docs/manual/core/rolling-index-builds/">
Learn More
</Link>
Expand Down
Loading