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

Use batch updates for test table migration #2442

Merged

Conversation

williamjallen
Copy link
Collaborator

#2148 introduced a large migration which has proven to be problematic for CDash instances with many tests. This PR breaks the single large update statement into a batched update process where updates are performed in groups of 5000 rows at a time.

Co-Authored-By: Zack Galbreath <224720+zackgalbreath@users.noreply.github.com>
@williamjallen williamjallen added this to the v3.5 milestone Sep 17, 2024
@williamjallen williamjallen changed the base branch from master to releases/3.5 September 17, 2024 15:04
@williamjallen williamjallen added this pull request to the merge queue Sep 17, 2024
Merged via the queue into Kitware:releases/3.5 with commit 70fcb94 Sep 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants