Re: Resources to understand rebalancing

2023-10-26 Thread Vikas Kumar
(writing to both destinations) > should make it safe in that transition. It's being rewritten to be > transactional in an upcoming version of cassandra. > > > > On Tue, Oct 24, 2023 at 11:39 PM Vikas Kumar wrote: > >> Hi folks, >> >> I am looking for s

Resources to understand rebalancing

2023-10-24 Thread Vikas Kumar
Hi folks, I am looking for some resources to understand the internals of rebalancing in Cassandra. Specifically: - How are read and write queries served during data migration? - How is the cutover from the current node to the new node performed? Any help is greatly appreciated. Thanks, Vikas