yugabyte/yugabyte-db

[docdb] PITR: Add an multi tablet API for DeleteSnapshot

Open

#8,865 opened on 2021年6月11日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C (1,003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (平均マージ 17d 21h) (30d で 92 merged PRs)

説明

Jira Link: DB-2228 When deleting schedules, we will want to delete all their associated snapshots. Right now we just have an API to delete a single snapshot, so we'll need to send N of these, fo the N snapshots. If we had an API which allows for a list of snapshot IDs, we could use it for both single snapshot and multiple snapshots cases.

cc @spolitov

コントリビューターガイド