-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set limit on range queries to prevent bad queries causing degradation (…
…#4458) * Refactored SQL plugins to split point deletes and range deletes * Limit range deletes on timer/transfer/replication/cross-cluster tasks and run range deletes by batch (SQL only) * Limit range queries on transfer/cross-cluster tasks query (NoSQL already supports this, add support for SQL) * Limit range deletes on history nodes and run range deletes by batch within a single transaction (SQL only) * Introduce TaskDeleteBatchSize dynamic config
- Loading branch information
Showing
38 changed files
with
721 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.