Skip to content

[WIP] Feature cherry-up #332

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

[WIP] Feature cherry-up #332

wants to merge 2 commits into from

Conversation

warrick1016
Copy link
Collaborator

No description provided.

space amplification caused by big keys
1. rocksdb.data.compaction_dynamic_level_bytes, default no -> yes;
2. rocksdb.data.blob_garbage_collection_force_threshold_percentage, default 90 -> 50;
3. rocksdb.data.max_bytes_for_level_multiplier, default 10 -> 8;
4. add config of rocksdb.data.level0_file_num_compaction_trigger, default 4
5. add config of rocksdb.meta.level0_file_num_compaction_trigger, default 4

item 1, 2 aims at reducing space amplification during enable_blob_files as yes,
item 3 ~ 5 aims at reducing write amplification.
@warrick1016 warrick1016 force-pushed the feature/feat_cherry branch 3 times, most recently from d966837 to 0ce9f1d Compare March 28, 2025 09:34
1. Aimed at controling of some action during importing.
2. See details in Command IMPORT.
3. fixed of list adding node in swapThreadMain.
@warrick1016 warrick1016 force-pushed the feature/feat_cherry branch from 0ce9f1d to 6587d33 Compare March 28, 2025 09:44
@warrick1016 warrick1016 changed the title Feature cherry-up [WIP] Feature cherry-up Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant