more read milvus server without mishard #4798
TuJianwei
started this conversation in
Ideas & Feature requests
Replies: 1 comment 3 replies
-
Theoretically you can manually start multiple read nodes using same mysql and db path.
And make sure they have different port.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
By using milvus,I start a write milvus server and a read only milvus server. And I connect writeClient and readLcient separately. And the meta info data shared in mysql, the /var/lib/milvus/db data shared in cept fs. Could I start 2 or more read milvus server, provide domain name to connet read milver srever without mishard to realize.
Like:
MilvusClient writeclient = new MilvusClient("ip1", "port1");
MilvusClient readclient = new MilvusClient("read domian", "port"); //this client will distribute 2 or more read milvus server
Beta Was this translation helpful? Give feedback.
All reactions