在高并发场景下,有管理连接数的技术方案吗?大家是用连接池控制连接数还是有其他方式呢? #18011
Unanswered
zyy20191
asked this question in
Q&A and General discussion
Replies: 2 comments 7 replies
-
这么好的问题怎么没有回复呢 |
Beta Was this translation helpful? Give feedback.
2 replies
-
有结论吗老哥?我看其他帖子也没看出来结论,到底需不需要池化 milvusClient? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我是用python对Mlivus服务进行操作,想问问在10w个用户同时访问服务的情况下,由于最大连接数为65536,那么需要一个连接进行多个查询,针对这个场景我有如下几个问题:
1、Mlivus有连接池的概念吗,有的话怎么用呢?
2、如果没有连接池的概念,那怎么管理连接数呢,官方有好的方案吗?大家是怎么管理的呢?
3、一个连接进行多个查询,是串行查询吗,后面想查询的用户需要等待?
Beta Was this translation helpful? Give feedback.
All reactions