-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#40 First attempt to batch the target inserts
- divides each target row into batches - batch searches for whether they already exist from source - if they do, updates them one-by-one (haven't done bulk updates with Micronaut Data just yet) - any remaining which were not found+updated are batch inserted Still to resolve - large batch sizes cause things to lock up and halt - some kind of exhaustion, probably of connections - this leaves the slowest bit the updates to existing rows which are done one-by-one
- Loading branch information
1 parent
c3b55a3
commit 69f36d9
Showing
4 changed files
with
50 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters