-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
The 'Examples of differences between listIndexes and $listCatalog results' section claims
db.t.createIndex({created: 1}, {expireAfterSeconds: 10.23})
will have $listCatalog output
{ "v" : 2, "key" : { "created" : 1 }, "name" : "created_1", "expireAfterSeconds" : 10.23 }
However, 7.3.0+, $listCatalog output shows the same 'expireAfterSeconds' output as $listIndexes
{ "v" : 2, "key" : { "created" : 1 }, "name" : "created_1", "expireAfterSeconds" : 10 }
- depends on
-
SERVER-91498 'expireAfterSeconds' persisted in catalog as multiple types
- Open