You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #18 we persisted the target hashes to the DB. This is currently done sequentially, so there is no race between streams of data being loaded and hashed from source and target DBs.
It may be advantageous to be able to do these at the same time
if the query themselves takes time against source and target
to avoid I/O waits when persisting to the Recce DB
It may also just add more contention and not be advantageous.
Context / Goal
In #18 we persisted the target hashes to the DB. This is currently done sequentially, so there is no race between streams of data being loaded and hashed from source and target DBs.
It may be advantageous to be able to do these at the same time
It may also just add more contention and not be advantageous.
Expected Outcome
Out of Scope
Additional context / implementation notes
The text was updated successfully, but these errors were encountered: