Uh oh!
There was an error while loading. Please reload this page.
[improvement](jdbc catalog) Optimize connection pool caching logic - #28857
Conversation
zy-kkk
commented
Dec 22, 2023
run buildall |
doris-robot
commented
Dec 22, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
zy-kkk
commented
Dec 25, 2023
run buildall |
doris-robot
commented
Dec 25, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
Proposed changes
Issue Number: close #xxx
In the old caching logic, we only used jdbcurl, user, and password as cache keys. This may cause the old link to be still used when replacing the jar package, so we should concatenate all the parameters required for the connection pool as the key.
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...