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 ne
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 def
Hi,
We have a cluster with one Data Center of 3 nodes in GCP-US(RF=3).Current
apache cassandra version 3.11.6. We are planning to add one new Data Center
of 3 nodes in GCP-India.
At peak hours, files generation in commit logs at GCP-US side on one node
is around 1 GB per minute (i.e 17+ mbps).
Cu