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

file unexpected auto-cleaned when using rocksdb #482

Open
XuewanZhao opened this issue Mar 12, 2020 · 0 comments
Open

file unexpected auto-cleaned when using rocksdb #482

XuewanZhao opened this issue Mar 12, 2020 · 0 comments

Comments

@XuewanZhao
Copy link

When I use ardb, store engine is rocksdb. My data files are unexpected auto-cleaned. Is there anything wrong with my configuration?

rocksdb.options write_buffer_size=512M;max_write_buffer_number=20;min_write_buffer_number_to_merge=3;compression=kSnappyCompression;
bloom_locality=1;memtable_prefix_bloom_size_ratio=0.1;
block_based_table_factory={block_cache=512M;filter_policy=bloomfilter:10:true};
create_if_missing=true;max_open_files=15000;rate_limiter_bytes_per_sec=200M;
use_direct_io_for_flush_and_compaction=true;use_adaptive_mutex=true

other configurations are set as default.

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