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

Configurable compression #120

Open
martinsumner opened this issue Nov 27, 2024 · 1 comment
Open

Configurable compression #120

martinsumner opened this issue Nov 27, 2024 · 1 comment

Comments

@martinsumner
Copy link
Owner

The compression settings for a parallel keystore are hard-coded in kv_index_tictactree:

-define(LEVELED_BACKEND_OPTS, 
    [{cache_size, 2000},
        {sync_strategy, none},
        {max_journalsize, 100000000},
        {compression_method, native},
        {compression_point, on_receipt},
        {snapshot_timeout_short, 3600},
        {snapshot_timeout_long, 172800}]).

Testing of aae_folds has shown a significant performance advantage from using zstd over native, so this should either be the default, or be a configurable option.

@martinsumner
Copy link
Owner Author

martinsumner commented Nov 28, 2024

KVIT PR - #121
RIAK_KV PR - OpenRiak/riak_kv#46
RIAK_TEST PR - OpenRiak/riak_test#26

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

No branches or pull requests

1 participant