[jira] [Created] (IGNITE-5382) SQL: frequent switch between schemas cause severe slowdown

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

[jira] [Created] (IGNITE-5382) SQL: frequent switch between schemas cause severe slowdown

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-5382:
---------------------------------------

             Summary: SQL: frequent switch between schemas cause severe slowdown
                 Key: IGNITE-5382
                 URL: https://issues.apache.org/jira/browse/IGNITE-5382
             Project: Ignite
          Issue Type: Task
          Components: cache, sql
            Reporter: Vladimir Ozerov


We have thread-bound cached connection to H2 database which is bound to specific schema. See {{IgniteH2Indexing.connectionForThread}}.

When query with different schema is executed, we call {{SET SCHEMA}} command, which is rather expensive and may cause slowdown when queries form different caches are executed.

To avoid this we should maintain thread-local map of such connections. Be careful with concurrency and resource leaks.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)