Skip to content

Conversation

@luohoufu
Copy link
Contributor

What does this PR do

sync badger config with gateway.yml

Rationale for this change

This pull request introduces a new configuration for Badger key-value storage in the console.yml file. The most important changes include enabling Badger, configuring its storage settings, and tuning its performance parameters.

Badger key-value storage configuration:

  • Enabled Badger storage and set it to single bucket mode.
  • Configured the path, memory mode, and sync writes for Badger storage.
  • Set the memory table size and the number of memory tables for Badger.
  • Adjusted the value log file size and value threshold for Badger.
  • Tuned the number of level 0 tables and the stall threshold for Badger.

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

@luohoufu luohoufu merged commit d914028 into main Jan 22, 2025
6 checks passed
@luohoufu luohoufu deleted the badger_config_sync branch January 22, 2025 12:14
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.

3 participants