Skip to content

storage usage is increasing when milvus cluster is idle #32715

Discussion options

You must be logged in to vote

Pulsar is like a WAL(write-ahead-log) component for Milvus. All the data is first stored in Pulsar and then consumed by Milvus.
Pulsar is an independent service, maintains its messages by itself.

The "defaultRetentionTimeInMinutes" controls the retention time policy of Pulsar, which is mentioned here: https://pulsar.apache.org/docs/next/cookbooks-retention-expiry/

In Milvus helm, it is defined here: https://github.com/zilliztech/milvus-helm/blob/ce3fbd0dfa7d5393ed93db3416eae136c0c92c69/charts/milvus/values.yaml#L752

The default value is 7 days, you can change it to a small value. We highly recommend setting the value to be larger than 1 day.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LiuAlex1109
Comment options

Answer selected by LiuAlex1109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants