Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.6
-
Component/s: batch
-
Labels:None
Description
since allowLocalInfile is enable by default (https://jira.mariadb.org/browse/CONJ-961), different performance optimisation using pipelining are now disable by default.
'LOAD LOCAL INFILE' commands are very unlikly to be used in batch. To avoid performance regression, driver can do a poor man parsing, to ensure that batching doesn't contain LOAD LOCAL commands, permitting then the use of pipelining (and bulk).