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

[TiKV] Enable log recycling by default. #12869

Merged
merged 1 commit into from Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Expand Up @@ -1811,7 +1811,7 @@ Configuration items related to Raft Engine.
> This configuration item is only available when [`format-version`](#format-version-new-in-v630) >= 2.

+ Determines whether to recycle stale log files in Raft Engine. When it is enabled, logically purged log files will be reserved for recycling. This reduces the long tail latency on write workloads.
+ Default value: `false`
+ Default value: `true`

## security

Expand Down