-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
None
-
Fully Compatible
-
Execution Team 2019-07-15, Execution Team 2019-07-29
Our TTL mechanism uses an array of collection namespace strings to keep track of which collections should be "TTL'ed". This mechanism should be updated after the introduction of UUID. UUID is better than namespace because:
1. No need to re-register collection when the collection gets renamed.
2. No need to re-register collection when collection is dropped (and a collection with the same name might be created afterwards).
- is depended on by
-
SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a member) on Collection object
- Closed