milvus-io/milvus

[Feature]: Support Truncate collection

开放

#26,280 创建于 2023年8月11日

 (8 条评论) (0 个反应) (2 位负责人)Go (4,000 个派生)batch import
good first issuekind/feature

仓库指标

星标
 (44,298 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

  1. Disalble writing of a collection
  2. release the collection
  3. change collection id to a new value
  4. cleanup all the meta of the old collection
  5. 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

贡献者指南