mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
61e8b561c3
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
8 lines
156 B
Go
8 lines
156 B
Go
package util
|
|
|
|
// Meta Prefix consts
|
|
const (
|
|
SegmentMetaPrefix = "queryCoord-segmentMeta"
|
|
ChangeInfoMetaPrefix = "queryCoord-sealedSegmentChangeInfo"
|
|
)
|