Skip to content
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

Initial value of InsertsType changed from BULK to BATCH. #255

Closed
wants to merge 4 commits into from

Conversation

HidekiSugimoto189
Copy link
Contributor

Since BATCH-INSERT has higher performance than BULK-INSERT, BATCH-INSERT is the default.
Also, when BULK-INSERT is specified, the default value of the number of records to be inserted at one time is changed from 1000 to 10.
(In the case of 1000 cases, INSERT performance may deteriorate depending on the DB type)

@coveralls
Copy link

coveralls commented May 12, 2020

Coverage Status

Coverage increased (+1.9%) to 89.328% when pulling 39fc367 on feature/change_default_inserts_type into 6bfffd1 on master.

…#254)

* add getConnection(props) method and testcase.

* Add ConnectionContext

* add ConnectionContext interfaces.

* fix PROPS_TRANSACTION_ISOLATION field comment.
…com/future-architect/uroborosql into feature/change_default_inserts_type

# Conflicts:
#	src/main/java/jp/co/future/uroborosql/SqlAgentFactoryImpl.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants