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

4.x: Use compressed mem tables and set a wal max entries default for quorum queues #11121

Merged
merged 1 commit into from
May 13, 2024

Commits on May 9, 2024

  1. QQ: default to compressed mem tables and set a wal max entries default

    Compressed ETS tables may introduce a small throughput penalty (low single
    digit %) but can reduce peak Ra memory use by 30-50%.
    
    Also set a default wal_max_entries value to avoid mem tables growing
    too large when using very small message sizes (as more than 1M tiny
    messages can easily fit into one WAL file).
    
    Ra 2.10.1 has a type spec fix needed.
    kjnilsson committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5123680 View commit details
    Browse the repository at this point in the history