From ba522440d6cb1006e588ee45e350cc72f7e47734 Mon Sep 17 00:00:00 2001 From: Zack Brown Date: Tue, 20 Aug 2013 16:18:16 -0400 Subject: [PATCH] DOCS-1820: Max index name length is 125 characters not 128 --- source/reference/limits.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/limits.txt b/source/reference/limits.txt index 2281cfa9e1c..c9622d2e765 100644 --- a/source/reference/limits.txt +++ b/source/reference/limits.txt @@ -76,7 +76,7 @@ Indexes .. limit:: Index Name Length The names of indexes, including their namespace (i.e database and - collection name) cannot be longer than 128 characters. The default + collection name) cannot be longer than 125 characters. The default index name is the concatenation of the field names and index directions.