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

Coordinator: allow configuring volatile plan resolution #13693

Closed
snaury opened this issue Jan 22, 2025 · 0 comments · Fixed by #13721
Closed

Coordinator: allow configuring volatile plan resolution #13693

snaury opened this issue Jan 22, 2025 · 0 comments · Fixed by #13721
Assignees

Comments

@snaury
Copy link
Member

snaury commented Jan 22, 2025

Volatile planning doesn't limit plan resolution, which results in plans up to 1000 times a second. While it's not inherently bad on its own, currently it causes an equivalent number of per-database broadcasts which is extremely expensive on large databases. Since sending packets to a large number of nodes takes a relatively long time, having such a high resolution actually harms tail latency as the result.

We need a way to limit plan tick resolution in these cases, e.g. to the standard 10ms. The default would stay at 1ms for improved latency in small databases.

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 a pull request may close this issue.

1 participant