From 565d6fadd1eafc44c528b169b1b18ea2ebd44ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neboj=C5=A1a=20Kamber?= Date: Fri, 16 Sep 2022 17:11:08 +0200 Subject: [PATCH] Remove `Build index in the background` option Compass dropped this option from the UI in `3.22.6`: https://jira.mongodb.org/browse/COMPASS-5952 I think it should be removed from the documentation as well, since it's misleading. --- source/includes/steps-create-index.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/includes/steps-create-index.yaml b/source/includes/steps-create-index.yaml index 5e76fce4c..08fdc28d5 100644 --- a/source/includes/steps-create-index.yaml +++ b/source/includes/steps-create-index.yaml @@ -58,13 +58,6 @@ content: | - Description - More Information - * - Build index in the background - - - Ensure that the MongoDB deployment remains available during - the index build operation. - - - :manual:`Background Construction ` - * - Create unique index - Ensure that the indexed fields do not store duplicate values.