Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very slow check-in of master table #36

Open
seasidesparrow opened this issue May 24, 2022 · 0 comments
Open

Very slow check-in of master table #36

seasidesparrow opened this issue May 24, 2022 · 0 comments
Assignees

Comments

@seasidesparrow
Copy link
Member

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
@seasidesparrow seasidesparrow self-assigned this May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant