apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.8k stars 3.11k forks source link

[branch-2.1][improvement](jdbc catalog) Modify the maximum number of connections in the connection pool to 30 by default #37023

Closed zy-kkk closed 14 hours ago

zy-kkk commented 3 days ago

pick (#36720)

In many cases, we found that users would use JDBC Catalog to perform a large number of queries, which resulted in the maximum of 10 connections being insufficient, so I adjusted it to 30, which covered most needs.

doris-robot commented 3 days ago

Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website. See Doris Document.

zy-kkk commented 3 days ago

run buildall