Details
-
Task
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
Sharding EMEA
Description
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.
Attachments
Issue Links
- duplicates
-
SERVER-67119 Add create/drop global indexes API
-
- Closed
-