We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2632c40 commit a0befacCopy full SHA for a0befac
source/reference/parameters.txt
@@ -558,6 +558,14 @@ General Parameters
558
upgrade and then gradually resolve these indexing issues, you can
559
use :parameter:`failIndexKeyTooLong` to disable this behavior.
560
561
+ .. important::
562
+
563
+ Setting :parameter:`failIndexKeyTooLong` to ``false`` is
564
+ a temporary workaround, not a permanent solution to the
565
+ problem of oversized index keys. Leaving
566
+ indexes in place which contain oversized keys is not
567
+ recommended because they may return incomplete results.
568
569
:parameter:`failIndexKeyTooLong` defaults to ``true``. When
570
``false``, a 2.6 :binary:`~bin.mongod` instance will provide the 2.4
571
behavior.
0 commit comments