-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Sharding EMEA
A new command to commit a new index is necessary, the command must be idempotent, retriable and needs to support recovery.
Additionally a new IDL must be created that will contain the persistence scheme for the new indexes collection to be stored on the config server and the caches, the scheme will be the following:
{ "keyPattern": <BSONOBJ>, "name": <String>, "options": <BSONOBJ>, "lastmod": <IndexVersion>, "collectionUUID": <UUID>, "global": <optional<bool>> }
The commit must also bump the index version.
- duplicates
-
SERVER-67119 Add create/drop global indexes API
- Closed