-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
Description
We currently recommend SLM limit the number of snapshots to < 200 in a single repository, however, with searchable snapshots we are likely to exceed this number quickly. Thankfully searchable snapshot snapshots are of a single index and therefore less overhead in the repository.
Regardless, we should attempt to switch our overhead from something like:
O(snapshots * average_number_indices_per_snapshots)
to
O(indices_count)
As this would allow us to better support clusters with 10,000+ searchable snapshot backed indices.
Leaf-Lin and mbarretta
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.