GitHub user mark-e-hoffman added a comment to the discussion: IS MGET supported in a cluster?
Hi, Things are going great with testing with KVROCKS. I've been able to scale a 10 node cluster with nearly a billion keys and super good query performance. I was looking at the docs on doing a cluster migration in case I needed to increase the size of my cluster. I see the CLUSTERX MIGRATE command but I was wondering if you a step-by-step guide on how to increase the nodes in a running cluster, from adding the new node all the way thru the process. Thanks On Wed, Dec 13, 2023 at 10:03 AM Mark Hoffman ***@***.***> wrote: > I'm using a rust library and by default, it does not execute with a MULTI > EXEC, which is referred to as 'atomic'. I made the change and I'm seeing > much improved performance. I will continue to test. Thanks for the > suggestion! > > On Wed, Dec 13, 2023 at 8:44 AM hulk ***@***.***> wrote: > >> @mark-e-hoffman <https://github.com/mark-e-hoffman> Did you enable the >> transaction mode while running the pipeline? If yes, can disable the >> transaction in client and have a try again. >> >> — >> Reply to this email directly, view it on GitHub >> <https://github.com/apache/kvrocks/discussions/1932#discussioncomment-7842589>, >> or unsubscribe >> <https://github.com/notifications/unsubscribe-auth/AAMZ4PJFVRYIKNULLDTRQSLYJGWMVAVCNFSM6AAAAABAP32L3GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TQNBSGU4DS> >> . >> You are receiving this because you were mentioned.Message ID: >> ***@***.***> >> > GitHub link: https://github.com/apache/kvrocks/discussions/1932#discussioncomment-9215132 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
