PG Move destroy all data blocks
Open
@Hooper9973 is already working on this.
Since Nov 19, 2024.
PG Move
Replication
- Dominant language
- C++
- Stars
- 29
- Forks
- 30
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 6
Description
Make sure same chunk is not allocated to multiple PG's. Delete data when a PG is removed. Free up all blks by traversing index in batch or find all chunks used by PG and free them in one shot. Latter option is better if chunks are not shared across PG.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.