good first issuekind/feature
Repository metrics
- Stars
- (44,298 stars)
- PR merge metrics
- (Avg merge 7d 8h) (280 merged PRs in 30d)
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Truncate a collection cleans all data in a collection. This can help user to clean up data as soon as possible.
To truncate a collection
- Disalble writing of a collection
- release the collection
- change collection id to a new value
- cleanup all the meta of the old collection
- wait for async garbage colleciton of the actual. data
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response