-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GODT-1570): Fix too many SQL Variable in sync benchmark
Batch incoming connector updates for new message to 1000 messages per transaction to avoid running into too many SQL variables. We batched at outside of the transaction level so as not to completely block the other threads forever until we are done processing a high number of updates. The code has also been updated to use a more optimized database query.
- Loading branch information
1 parent
8c9b3f1
commit c08f510
Showing
3 changed files
with
156 additions
and
55 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