PT-2117 Release notes 3.5.0 (#560)

Added release notes
Updated index
This commit is contained in:
Anastasia Alexandrova
2022-11-28 14:58:06 +01:00
committed by GitHub
parent 2f5a17b173
commit b737f2cf9e
6 changed files with 92 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ Check for indexes that are the prefix of other indexes. For example if we have t
db.getSiblingDB("testdb").test_col.createIndex({"f1": 1, "f2": -1, "f3": 1, "f4": 1}, {"name": "idx_01"});
db.getSiblingDB("testdb").test_col.createIndex({"f1": 1, "f2": -1, "f3": 1}, {"name": "idx_02"});
The index ``idx_02`` is the prefix of ``idx_01`` because it has the same
keys in the same order so, ``idx_02`` can be dropped.
@@ -66,3 +67,4 @@ Available flags
+----------------------------+----------------------------------------+
| json | Show output as JSON |
+----------------------------+----------------------------------------+