milvus/internal/rootcoord/constrant.go
Jiquan Long a8a074162f
Add meta migration tool (#19709)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2022-10-12 11:37:23 +08:00

10 lines
303 B
Go

package rootcoord
const (
// TODO: better to make them configurable, use default value if no config was set since we never explode these before.
globalIDAllocatorKey = "idTimestamp"
globalIDAllocatorSubPath = "gid"
globalTSOAllocatorKey = "timestamp"
globalTSOAllocatorSubPath = "tso"
)