-
Notifications
You must be signed in to change notification settings - Fork 538
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
Slow scan #858
Comments
Can you expand on step 2, what is the exact data you are seeing this on? Perhaps link a genkeys.resp file here. Also, share the exact garnet configuration json. |
@badrishc Configuration added to issue description. |
@badrishc
|
This does not seem to work, as the genkeys.txt is not RESP formatted. |
@badrishc yep, this work without --pipe Script for generate RESP formated file:
Use: |
Describe the bug
Garnet 1.0.46 (processor_count: 336):
Dragonfly 1.25.3 (thread_count: 336):
Keydb 6.3.4 (server-threads 16):
Valkey 8.0.1 (--io-threads 64):
Steps to reproduce the bug
printf "set KEY_%d value\n" $(seq 0 31073609) > genkeys.txt
redis-cli < genkeys.txt
(this is slow, after first generation you can dump to resp with ghcr.io/yannh/redis-dump-go for fast import next time)time memtier_benchmark -s <host> -p<port> -Predis --hide-histogram --command="SCAN 0 MATCH * COUNT 1000" -c 10 -t 4
Expected behavior
Fastest scan
Screenshots
No response
Release version
v1.0.46
IDE
No response
OS version
debian 12
Additional context
The text was updated successfully, but these errors were encountered: