Vladimir Ozerov created IGNITE-11211:
----------------------------------------
Summary: SQL: Rework connection pool
Key: IGNITE-11211
URL:
https://issues.apache.org/jira/browse/IGNITE-11211 Project: Ignite
Issue Type: Task
Components: sql
Reporter: Vladimir Ozerov
Currently we have very complex multi-level connection pool. Instead, we may have a single concurrent queue with shared connections which are acquired and released by threads as needed. As an optimization we may optionally attach connections to thread-local storage.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)