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

feat: configurable DELETE concurrency (#23055) #23059

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

davidby-influx
Copy link
Contributor

Currently, deletion of series or measurements are
serialized. This new feature will add
max-concurrent-deletes to the [data] section of the
configuration file. Legal values are any positive
number, defaulting to 1, the current behavior.

closes #23054

(cherry picked from commit eb3bc70)

closes #23056

Currently, deletion of series or measurements are
serialized. This new feature will add
max-concurrent-deletes to the [data] section of the
 configuration file. Legal values are any positive
 number, defaulting to 1, the current behavior.

 closes #23054

(cherry picked from commit eb3bc70)
@davidby-influx davidby-influx merged commit a9e321c into 1.9 Jan 13, 2022
@davidby-influx davidby-influx deleted the DSB_config_delete_1.9 branch January 13, 2022 19:30
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