You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made recently a switch for my redis server to ardb. It was working find for 2 weeks but now am experiencing a lot of performance issues. The data is currently 35.88GB, server is running on default settings.
HGETALL command is taking 8-10 seconds.
ALL cpu cores are used for whole time
DISK writes are very low - maybe 100kb/s
The server is having 8 CPU (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
) cores and 4GB of RAM.
I think it makes the main problem, what spec do you suggest would work better.
127.0.0.1:6379> CONFIG GET rocksdb.options
1) "rocksdb.options"
2) "write_buffer_size=512M;max_write_buffer_number=6;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=10000;rate_limiter_bytes_per_sec=50M;use_direct_io_for_flush_and_compaction=true;use_adaptive_mutex=true"
I've made recently a switch for my redis server to ardb. It was working find for 2 weeks but now am experiencing a lot of performance issues. The data is currently 35.88GB, server is running on default settings.
HGETALL command is taking 8-10 seconds.
ALL cpu cores are used for whole time
DISK writes are very low - maybe 100kb/s
The server is having 8 CPU (Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
) cores and 4GB of RAM.
I think it makes the main problem, what spec do you suggest would work better.
The text was updated successfully, but these errors were encountered: