RocksMQ-related Configurations
Milvus Docs 需要你的帮助
本文档暂时没有中文版本,欢迎你成为社区贡献者,协助中文技术文档的翻译。你可以通过页面右边的 编辑 按钮直接贡献你的翻译。更多详情,参考 贡献指南。如需帮助,你可以 提交 GitHub Issue。
This topic introduces the RocksMQ-related configurations of Milvus.
RocksMQ is the underlying engine supporting Milvus standalone's reliable storage and publication/subscription of message streams. It is implemented on the basis of RocksDB.
Under this section, you can configure message size, retention time and size, etc.
rocksmq.path
Description | Default Value |
---|---|
|
/var/lib/milvus/rdb_data |
rocksmq.rocksmqPageSize
Description | Default Value |
---|---|
|
2147483648 |
rocksmq.retentionTimeInMinutes
Description | Default Value |
---|---|
|
10080 |
rocksmq.retentionSizeInMB
Description | Default Value |
---|---|
|
8192 |