Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
after connectors benchmarks, mariadb node.js driver performs badly when parsing 1000 parameters.
This is globally an issue when using node.js Buffer.copy that is painly slow when copying small array (array of length 10 is 10 time slower than a basic array copy).
performance result after change :
do 1000 param benchmarks :
mysql2 : 2630 operations per second
mariadb before: 2266 operations per second
mariadb with correction : 3508 operations per second