mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
f654621650
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
7 lines
134 B
Go
7 lines
134 B
Go
package util
|
|
|
|
const (
|
|
SegmentMetaPrefix = "queryCoord-segmentMeta"
|
|
ChangeInfoMetaPrefix = "queryCoord-sealedSegmentChangeInfo"
|
|
)
|