From 1a4136088915d28e2c51f6a8f2266379b7b497fa Mon Sep 17 00:00:00 2001 From: TimLFletcher Date: Fri, 16 May 2025 11:19:03 +0100 Subject: [PATCH 1/3] DOC-13223: rebased to 7.6 --- .../n1ql/pages/n1ql-language-reference/index-partitioning.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc b/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc index 9923f875..05ef4ad6 100644 --- a/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc +++ b/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc @@ -532,6 +532,8 @@ Non-array fields will be ignored. | `50` |=== +WARNING: We recommend keeping residentRatio above 10% to avoid issues like index build failures. + To provide sizing estimation, you can use a command similar to the following examples. [.server] From 07c01cf6bbcf2465e17e2ddeab1327949d6eee9b Mon Sep 17 00:00:00 2001 From: TimLFletcher Date: Fri, 16 May 2025 11:41:58 +0100 Subject: [PATCH 2/3] DOC-13223: changed to note --- .../n1ql/pages/n1ql-language-reference/index-partitioning.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc b/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc index 05ef4ad6..498412ad 100644 --- a/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc +++ b/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc @@ -532,7 +532,7 @@ Non-array fields will be ignored. | `50` |=== -WARNING: We recommend keeping residentRatio above 10% to avoid issues like index build failures. +NOTE: We recommend keeping residentRatio above 10 to avoid issues like index build failures. To provide sizing estimation, you can use a command similar to the following examples. From af5f0040223d9155213cc5870c2e13cd7774145a Mon Sep 17 00:00:00 2001 From: Tim Fletcher Date: Fri, 16 May 2025 13:12:45 +0100 Subject: [PATCH 3/3] Update index-partitioning.adoc --- .../n1ql/pages/n1ql-language-reference/index-partitioning.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc b/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc index 498412ad..222ebef7 100644 --- a/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc +++ b/modules/n1ql/pages/n1ql-language-reference/index-partitioning.adoc @@ -532,7 +532,7 @@ Non-array fields will be ignored. | `50` |=== -NOTE: We recommend keeping residentRatio above 10 to avoid issues like index build failures. +NOTE: Couchbase recommends setting the residentRatio property value over 10 to avoid issues, for example, index build failures. To provide sizing estimation, you can use a command similar to the following examples.