html5手机 网站,网页设计属于什么行业,南平做网站,ppt素材大全免费图片简介
milvusmetagui是一款用来对milvus的元数据进行解析的工具#xff0c;milvus的元数据存储在etcd上#xff0c;而且经过了序列化#xff0c;通过etcd-manager这样的工具来查看是一堆二进制乱码#xff0c;因此开发了这个工具对value进行反序列化解析。 在这里为了方便交…简介
milvusmetagui是一款用来对milvus的元数据进行解析的工具milvus的元数据存储在etcd上而且经过了序列化通过etcd-manager这样的工具来查看是一堆二进制乱码因此开发了这个工具对value进行反序列化解析。 在这里为了方便交流建立了一个q群:937787074 项目地址: https://github.com/melodyfx/milvusmetagui/
使用
1.解析database
通过etcd-manager工具搜索database/db-info可以列出milvus中的数据库。 取其中一个例如by-dev/meta/root-coord/database/db-info/1 2.解析collection
通过etcd-manager工具搜索database/collection-info可以列出milvus中的collection。 取其中一个例如by-dev/meta/root-coord/database/collection-info/1/449952137045880999 3.解析fields
通过etcd-manager工具搜索root-coord/fields可以列出milvus中的field。 取其中一个例如by-dev/meta/root-coord/fields/449952137045880999/102 4.解析field-index
通过etcd-manager工具搜索field-index可以列出milvus中的field-index。 取其中一个例如by-dev/meta/field-index/449952137045880999/449952137045881004 5.解析segment-index
通过etcd-manager工具搜索segment-index可以列出milvus中的segment-index。 取其中一个例如by-dev/meta/segment-index/449952137045880999/449952137045881000/449952137046086601/449952137047289214 6.解析partition
通过etcd-manager工具搜索root-coord/partitions可以列出milvus中的partition。 取其中一个例如by-dev/meta/segment-index/449952137045880999/449952137045881000/449952137046086601/449952137047289214