GitHub user mark-e-hoffman added a comment to the discussion: IS MGET supported in a cluster?
I spun a cluster and I can't use MGET so I'm back to using a pipeline, which works but is a little slower. I control the number of clients hitting the database. It seems that as I increase the number of concurrent clients, the response times increase nearly linearly. I'm running on a 8 cpu linux box with 16 workers configured. I was expecting a little better throughput when running a load test where all 10 clients are hitting the database constantly. Any suggestions on tuning configuration parameters to improve concurrency? Thanks! On Tue, Dec 12, 2023 at 8:16 AM hulk ***@***.***> wrote: > It should depend on whether the keys are cross-slots or not. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/kvrocks/discussions/1932#discussioncomment-7830810>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAMZ4POR4TFGWFKS4MOGTADYJBKKDAVCNFSM6AAAAABAP32L3GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQMZQHAYTA> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> > GitHub link: https://github.com/apache/kvrocks/discussions/1932#discussioncomment-7842528 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
