Re: Setting DC in different geographical location

2021-02-10 Thread Johnny Miller
Ashish, *> So, with this speed, is it possible in cassandra to perform asynchronous write in new DC(India)? * Nope, however your consistency level choice on writes is the main control for this. You write to the local DC with LOCAL_* consistency would make the acks on write to the remote DC not

Re: Setting DC in different geographical location

2021-01-27 Thread Elliott Sims
TO start, I'd try to figure out what your slowdown is. Surely GCP has far, far more than 17Mbps available. You don't want to cut it close on this, because for stuff like repairs, rebuilds, interruptions, etc you'll want to be able to catch up and not just keep up. Generally speaking, Cassandra