Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.5.2
Description
When creating a MariaDB JDBC connection loadCodecs is invoked.
This method uses ServiceLoading to find all "Codecs", however it doesn't cache the results, which causes a measurable performance impact:
As the loaded Codecs usually don't change it may make sense to (globally) cache the results (maybe with an option).
Attachments
Issue Links
- relates to
-
CONJ-1262 change default value of option cachedCodecs to true
-
- Open
-