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

[introspection] Set the minimal query parallelism to 2 #1586

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

igalshilman
Copy link
Contributor

This commit makes sure that the default parallelism for the query engine (datafusion) is at least 2. This value translates to 'target partitions' which is used by datafusion during query execution to control execution concurrency. Setting this value to 1 however causes #1585, and setting this to high is unadvised in our case, as datafusion is used for low-prio introspection tasks.
However once issue #1585 is resolved, we will return to properly sizing datafusion.

This commit makes sure that the default parallelism for the query engine
(datafusion) is at least 2. This value translates to 'target partitions'
which is used by datafusion during query execution to control execution
concurrency. Setting this value to 1 however causes restatedev#1585, and setting
this to high is unadvised in our case, as datafusion is used for
low-prio introspection tasks.
However once issue restatedev#1585 is resolved, we will return to properly sizing
datafusion.
@igalshilman
Copy link
Contributor Author

related to #1585

@igalshilman igalshilman merged commit e64ebc7 into restatedev:main Jun 3, 2024
4 checks passed
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.

2 participants