You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2017/05/17 12:34:04 UTC

[jira] [Created] (SYNCOPE-1084) Switch to HikariCP for Core's default DataSource definitions

Francesco Chicchiriccò created SYNCOPE-1084:
-----------------------------------------------

             Summary: Switch to HikariCP for Core's default DataSource definitions
                 Key: SYNCOPE-1084
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1084
             Project: Syncope
          Issue Type: Improvement
          Components: core
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 2.0.4, 2.1.0


The default {{DataSource}} definitions used by the Core to deal with internal storage (for each domain) are currently based on Commons DBCP2 (see [this example|https://github.com/apache/syncope/blob/2_0_X/core/persistence-jpa/src/main/resources/domains/MasterDomain.xml#L51-L78]).

It seems, however, that [HikariCP|http://brettwooldridge.github.io/HikariCP/] offers best performances under several aspects, so it is worth switching the default {{DataSource}} definitions.

JNDI datasources can always be used, anyway.



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