[ODBC-89] Array insert performance is same as non-array insert connecting to Aurora database Created: 2017-03-15 Updated: 2021-03-04 Resolved: 2017-03-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | None |
| Affects Version/s: | 2.0.13 |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Rahul Dhuvad | Assignee: | Lawrin Novitsky |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux64 & Windows64 |
||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB ODBC driver/connector accepts array insert (SQL_ATTR_PARAMSET_SIZE) via an ODBC application. However, when we tested, it turns out that it actually sends data row by row to the connected Aurora (or MySQL) database. Due to this, we are hardly able to see any performance improvement using array insert compare to non-array (row-by-row) insert. Apparently we are seeing same behavior with latest MySQL ODBC driver/connector as well (v5.3.7) and we've raised similar bug against them as well (Bug #85266). |
| Comments |
| Comment by Rahul Dhuvad [ 2017-03-20 ] |
|
This is duplicate of |