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

Perf optimization when create / update workflow execution #1399

Closed
wxing1292 opened this issue Mar 24, 2021 · 0 comments · Fixed by #1463
Closed

Perf optimization when create / update workflow execution #1399

wxing1292 opened this issue Mar 24, 2021 · 0 comments · Fixed by #1463
Assignees
Labels
enhancement New feature or request performance

Comments

@wxing1292
Copy link
Contributor

wxing1292 commented Mar 24, 2021

Is your feature request related to a problem? Please describe.
Currently, there is not enough post mutable state transaction optimization, e.g. activity task started & activity completed is usually done within the same batch updates to DB. the update of target activity to mutable state can be omitted since within the same batch the target activity will be deleted.

there should be post mutable state transaction optimization eliminating unnecessary queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant