You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2019/11/14 16:40:00 UTC

[jira] [Created] (NIFI-6871) Add an implementation of DBCPService using HikariCP

Matt Burgess created NIFI-6871:
----------------------------------

             Summary: Add an implementation of DBCPService using HikariCP
                 Key: NIFI-6871
                 URL: https://issues.apache.org/jira/browse/NIFI-6871
             Project: Apache NiFi
          Issue Type: New Feature
          Components: Extensions
            Reporter: Matt Burgess


HikariCP (https://github.com/brettwooldridge/HikariCP) is an alternative JDBC connection pooling library, and according to https://liferay.dev/blogs/-/blogs/tomcat-hikaricp is many times faster than Apache DBCP, which is what we use in NiFi today for DBCPConnectionPool.

This Jira proposes the addition of a DBCPService implementation using HikariCP as the connection pooling library.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)