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

[opt](file_cache) Add config to enable base compaction output to file cache #44497

Commits on Nov 23, 2024

  1. [opt](file_cache) Add config to enable base compaction output to file…

    … cache
    
    Previous implementation does not allow the output of base compaction
    write into file cache, which may have some performance penalty.
    
    This commit add a config to make that policy configurable.
    be.conf `enable_file_cache_keep_base_compaction_output` it is false by default.
    
    If your file cache is ample enough to accommodate all the data in your database,
    enable this option; otherwise, it is recommended to leave it disabled.
    gavinchou committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    25b1d10 View commit details
    Browse the repository at this point in the history