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

feature(advanced RPC compression): enable dictionary training and ZSTD compression #7401

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 6, 2024

  1. feature(advanced RPC compression): enable dictionary training and ZST…

    …D compression
    
    This patch:
    - enables dictionary training (by changing `rpc_dict_training_when`
    from the default value of 'never' to 'when_leader),
    - increases (by 4x) the frequency of dictionary training and updates, to
    stress the feature more,
    - enables ZSTD internode compression (provided that `internode_compression` is
    also enabled) by giving it a nonzero CPU usage limit.
    
    However, this patch doesn't enable `internode_compression` itself, because
    it's a performance-affecting option. To actually put the feature to use,
    a test must enable `internode_compression` on its own.
    michoecho committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e0a4f28 View commit details
    Browse the repository at this point in the history