I have dc1 and dc2.
I want to keep a keyspace only on dc2.
But I only have my app on dc1.
And I want to write to dc1 (lower latency) which will not keep data locally
but just push it to dc2.
While reading will only work for dc2.
Since my app is mostly write, my app ~will be faster while not having to
deploy to the app to dc2 or write directly to dc2 with higher latency.

dc1 would act like a queue or something and just push data + delete locally.

Does this make sense ?

Thank You

Reply via email to