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

chore: sync badger config with gateway #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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