diff --git a/packages/compass-indexes/src/modules/create-index.tsx b/packages/compass-indexes/src/modules/create-index.tsx index 061c567150e..f2a840dd89f 100644 --- a/packages/compass-indexes/src/modules/create-index.tsx +++ b/packages/compass-indexes/src/modules/create-index.tsx @@ -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.{' '} Learn More