[Discuss] [Remote Store] Supporting multiple remote stores per index #4437
Labels
discuss
Issues intended to help drive brainstorming and decision making
enhancement
Enhancement or improvement to existing feature or request
Storage:Remote
Is your feature request related to a problem? Please describe.
Currently, we support providing a repository name while creating a remote store enabled index. A repository points to a remote store and with this setting, only one remote store can be configured for a given index.
Sample payload:
In this issue, we want to discuss potential requirement of supporting multiple remote stores for an index.
One thing to note: Decision to support single vs multi repositories should not change the existing API contract. It can be handled in the same way
_snapshot/_restore
API handles indices:OpenSearch/server/src/main/java/org/opensearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequest.java
Lines 493 to 500 in bff9d0f
The text was updated successfully, but these errors were encountered: