SkyGra commented on issue #48: URL: https://github.com/apache/doris-mcp-server/issues/48#issuecomment-3222852118
Ok, thanks. 1. Regarding the HA architecture,We have approximately achieved the function by using F5,and deploy doris-mcp-server in different machine. 2. Regarding server monitoring, I think the method of using a logging-based approach can also be acceptable in the early stage. but, it would be even better if the metrics can be exposed to **Promethus**. 3. performance optimization. as you say, i use jmeter make a performance test for doris mcp server(0.5.1, the latest master, commited in 20250819) **execute_query** tool,it can support **75 QPS**(http request), in which we use the same 1 simple sql and 1 thread with 0.2.0 version. but i think the improvement in performance is brought about by the usage of the database connection pool. i still doubt the background of doris-mcp-server is single thread though many aync progaming is used in code, because the cpu usage is always very low and only use one cpu core. so how to improve the performance? can you give some suggesstion, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org