From c5535fb4cd1e1f65f1084b72928f71c48fc418e6 Mon Sep 17 00:00:00 2001 From: Basit Chonka Date: Thu, 3 Jul 2025 13:21:35 +0200 Subject: [PATCH] fix copy --- packages/compass-indexes/src/modules/create-index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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