You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compact has 3 APIs, GetCompactionState and GetCompactionStateWithPlans are very hard to use, and the user can only get compactionID of ManualCompaction return.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
See also: milvus-io/pymilvus#2593
Compact has 3 APIs,
GetCompactionState
andGetCompactionStateWithPlans
are very hard to use, and the user can only get compactionID of ManualCompaction return.Describe the solution you'd like.
Proposal Zero: ManualCompaction should be controlled by ratelimiter.
Proposal One: Add rpc
ListCompactions
to fetch a collection's compactionIDsDesign Chooses
There're too many compactions of one collection. Might need to GC faster.
Proposal Two: Add DescribeCompaction and dup GetCompactionState
Proposal xxx: Enable to Manual compact any type.
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: