-
-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the missing data file and remove unused constants.
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
SET CLUSTER SETTING kv.range_merge.queue_interval = '50ms'; | ||
SET CLUSTER SETTING jobs.registry.interval.gc = '30s'; | ||
SET CLUSTER SETTING jobs.registry.interval.cancel = '180s'; | ||
SET CLUSTER SETTING jobs.retention_time = '15s'; | ||
SET CLUSTER SETTING sql.stats.automatic_collection.enabled = false; | ||
SET CLUSTER SETTING kv.range_split.by_load_merge_delay = '5s'; | ||
ALTER RANGE default CONFIGURE ZONE USING "gc.ttlseconds" = 600; | ||
ALTER DATABASE system CONFIGURE ZONE USING "gc.ttlseconds" = 600; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SET CLUSTER SETTING jobs.registry.interval.gc = '50s'; |