You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/05 15:22:00 UTC

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

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)