-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Summary Fixes #1998 ## Changes proposed - Change the `WHERE` in the update query to use the source table columns. - Commit to the database after each chunk, not after each table. ## Context for reviewers Observing the queries on the PostgreSQL RDS and Oracle sides, we saw that the `WHERE ... IN (...)` was not being pushed down to Oracle. This is an attempt to fix that. ## Additional information N/A
- Loading branch information
1 parent
bb423dc
commit cf4721b
Showing
3 changed files
with
23 additions
and
14 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
cf4721b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report for
./frontend
Test suite run success
164 tests passing in 56 suites.
Report generated by 🧪jest coverage report action from cf4721b