jianjun126
jianjun126
@paulmchen Thank you very much for your suggestion. After I modify the configuration as your suggestion, there are still same issues with inability to write and low write performance. There...
@paulmchen Hi paulmchen, I tried to modify some other parameters, but still couldn't solve the problem. Could you please give me some more advice on this issue. Thanks for your...
@paulmchen Hi paulmchen, I have gotten two cvg results with FlameGraph. It takes about 50 seconds to run perf each time. Here are two relevant screenshots of memtier_benchmark. "LOW OPS"...
@paulmchen Hi paulmchen, My test environment is a dual-socket server, where the CPU is 8269CY, and the memory has 6 channels. And almost no other tasks are executed at the...
@paulmchen @msotheeswaran I wrote a script to test the performance of keydb when the write rate is low, but I found that even at a low write rate, there is...
@paulmchen Hi paulmchen, I tried the code modified in #439 with memtier_benchmark, it does addresses the 0 OPS issue, but there was still low OPS issue. At the same time,...
@msotheeswaran Hi Malavan, I tried the code modified in https://github.com/Snapchat/KeyDB/commit/6a32023cfc11bd7ce730b7486acec5f26bdeda49, with memtier_benchmark, it alse does addresses the 0 OPS issue and avoids memory growth, but there was still low OPS...
@hengku Hi hengku, Thanks very much for your attention and suggestions. I tried the parameters you suggested with keydb v6.3.3. However, during the test, there were still 0OPS issues which...
@hengku Hi hengku, thanks again for your share and suggestions. I tried the parameters and command you suggested. The test results are summarized below. a、keydb v6.3.3 + your conf +...
@msotheeswaran Hi Malavan The memtier command is: `memtier_benchmark -s 127.0.0.1 -p 6600 -t 4 -c 20 -n 1000000 --distinct-client-seed --command="set __key__ __data__ ex 66000" --key-prefix="testkey_v1_" --key-minimum=100000000 --key-maximum=999000000 -R -d 800`...