Comments - Upgrade to JDBC Driver version 3.0.5 perfornance regression
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
indeed, See https://jira.mariadb.org/browse/CONJ-976 that describe the problem. This will be corrected in 3.0.6. Until then, setting option `allowLocalInfile` to false will revert the problem
Ok adding allowLocalInfile=false restore the performance. I would suggest to clarify the release notes because I missed at first glance to see the link between batch prepared statement insert using Bulk In and LOAD FILE problem. Reviewing the source code everything get clearer. Thanks for your help
Thanks for pointing that out. I just added in release note some information about that. I'll add some documentation about that option on global documentation too.