Maksim Zhuravkov created IGNITE-26616:
-----------------------------------------
Summary: Jdbc. Reuse clients in JDBC driver.
Key: IGNITE-26616
URL: https://issues.apache.org/jira/browse/IGNITE-26616
Project: Ignite
Issue Type: Improvement
Components: jdbc ai3
Reporter: Maksim Zhuravkov
Each jdbc connection creates its own IgniteClient but an instance of
IgniteClient uses non trivial amount of resources (thread pools, netty event
loops, etc) it would be better to reuse client instances between jdbc
connections with the same properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)