-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is PreparedStatement.addBatch() available for efficiency purposes when performing insert/update? #99
Comments
it's not in the interface (I checked Statement and DataSetWriter as well): Lines 353 to 391 in d5a8a1f
|
Yes, I checked this, too. This is really a sad thing. When I use Java and SQLite, using addbatch is 10 times faster than not using addbatch, so I think if it is implemented on DDBC, it can be at least so fast. |
No description provided.
The text was updated successfully, but these errors were encountered: