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
The data check-in process is very inefficient, and is resulting in a bottleneck for setups where the database isn't running on the same server as the container.
Grab all comparison data from the server at once, instead of row-by-row
Write all valid checkins and failures to lists
Commit both data blocks to db at the end of the process, not row-by-row
The text was updated successfully, but these errors were encountered:
The data check-in process is very inefficient, and is resulting in a bottleneck for setups where the database isn't running on the same server as the container.
The text was updated successfully, but these errors were encountered: