milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Feature]: Add policy to seal long time idle segment

Open longjiquan opened this issue 2 years ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

If users insert entities into segment continuously within a certain period of time, but they forgot to flush/(seal) it and the size of segment didn't reach the seal proportion. Under this situation, Milvus will wait these segments to be expired and during this period search latency may be a little high. We can assume that entities won't be inserted into this segment anymore, so sealLongTimeIdlePolicy will seal these segments to trigger handoff of query cluster.

Describe the solution you'd like.

No response

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

longjiquan avatar Sep 15 '22 11:09 longjiquan

/assign @yanliang567 pls help on verifying the new policy

xiaofan-luan avatar Sep 21 '22 03:09 xiaofan-luan

/assign @binbinlv

yanliang567 avatar Sep 26 '22 01:09 yanliang567

released on 2.2.0

yanliang567 avatar Dec 04 '22 09:12 yanliang567