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

apply partitioned dml via worker pool #58

Merged
merged 4 commits into from
May 3, 2024
Merged

Conversation

RoryQ
Copy link
Owner

@RoryQ RoryQ commented Mar 18, 2024

WHAT

This change allows configuration of the concurrency level of the partitioned DML updates.

WHY

Partitioned DML updates are not very useful unless they are executed concurrently. This results in faster updates when there are a lot of statements since spanner allows these self-transactional updates to happen concurrently.

@RoryQ RoryQ force-pushed the partitioned-dml-concurrency branch from bcf53ac to 7623926 Compare March 19, 2024 01:39
@RoryQ RoryQ force-pushed the partitioned-dml-concurrency branch from 7623926 to 5416891 Compare March 19, 2024 01:41
@RoryQ RoryQ marked this pull request as ready for review May 3, 2024 22:07
@RoryQ RoryQ merged commit 6c69eca into main May 3, 2024
3 checks passed
@RoryQ RoryQ deleted the partitioned-dml-concurrency branch May 3, 2024 22:07
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

Successfully merging this pull request may close these issues.

1 participant