[jira] [Created] (IGNITE-11211) SQL: Rework connection pool

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11211) SQL: Rework connection pool

Anton Vinogradov (Jira)
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)