HHS / simpler-grants-gov

https://simpler.grants.gov
Other
29 stars 9 forks source link

[Issue #1998] optimize the WHERE in load updates #1999

Closed jamesbursa closed 1 month ago

jamesbursa commented 1 month ago

Summary

Fixes #1998

Time to review: 5 mins

Changes proposed

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