-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: Dynamically set disable_auto_compaction #2257
Merged
wanghenshui
merged 2 commits into
OpenAtomFoundation:unstable
from
chenbt-hz:disable_auto_compaction
Jan 2, 2024
Merged
feat: Dynamically set disable_auto_compaction #2257
wanghenshui
merged 2 commits into
OpenAtomFoundation:unstable
from
chenbt-hz:disable_auto_compaction
Jan 2, 2024
Conversation
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
1. disable_auto_compations controls whether to automatically start compat. 2. Dynamic control via config get disable_auto_compations/config set disable_auto_compations true(false).
AlexStocks
changed the title
feat: Dynamically set disable_auto_compaction
feature: Dynamically set disable_auto_compaction
Dec 29, 2023
AlexStocks
changed the title
feature: Dynamically set disable_auto_compaction
feat: Dynamically set disable_auto_compaction
Jan 2, 2024
AlexStocks
reviewed
Jan 2, 2024
AlexStocks
approved these changes
Jan 2, 2024
wanghenshui
merged commit Jan 2, 2024
b63fb13
into
OpenAtomFoundation:unstable
11 of 13 checks passed
LGTM |
KKorpse
pushed a commit
to KKorpse/pika
that referenced
this pull request
Jan 11, 2024
* feat: Dynamically set disable_auto_compaction 1. disable_auto_compations controls whether to automatically start compat. 2. Dynamic control via config get disable_auto_compations/config set disable_auto_compations true(false).
bigdaronlee163
pushed a commit
to bigdaronlee163/pika
that referenced
this pull request
Jun 8, 2024
* feat: Dynamically set disable_auto_compaction 1. disable_auto_compations controls whether to automatically start compat. 2. Dynamic control via config get disable_auto_compations/config set disable_auto_compations true(false).
cheniujh
pushed a commit
to cheniujh/pika
that referenced
this pull request
Sep 24, 2024
* feat: Dynamically set disable_auto_compaction 1. disable_auto_compations controls whether to automatically start compat. 2. Dynamic control via config get disable_auto_compations/config set disable_auto_compations true(false).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.配置文件pika.conf disable_auto_compations控制实例启动时是否默认开启自动compaction
2.config get/set命令 支持动态控制开启或关闭自动compaction
测下来导数或者数据迁移的时候有用,可以提高数据导入性能。3w/s hset 单实例稳定写入1小时以上。
不建议长期关闭自动compaction,单实例数据量超过100G时有性能问题。