[CONJ-642] disable the option "useBulkStmts" by default Created: 2018-09-03 Updated: 2019-02-08 Resolved: 2018-09-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | batch, configuration |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.0, 1.8.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Using useBulkStmts permit faster batch, but cause one major issue : Different option use this information for optimistic update, and cannot confirm if update succeed or not. This option still makes sense, since for big batch is way more faster, but will not be activated by default. |
| Comments |
| Comment by Radek Wikturna [ 2018-10-02 ] |
|
See |