You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
cross datacenter replication (east coast, west coast)
TBD
Active/Standby with different node group
Scenario
Two node groups: ACTIVE and STANDBY.
ACTIVE group receives all requests.
STANDBY group receives data in near real time and both systems will have identical data.
Use Case
backup node group
usage for read transactions such as data warehouse
Recommendation
Continuous Migration
Use MigrationTaskService to periodically pull all data from ACTIVE to STANDBY.
MigrationTaskService has continuousMigration flag that will continuously query data and reflect to STANDBY node group.
Manual Replication
Subscribe to a service, then manually replicate to a service associated with the other node group (issue updates, in a eventual way)
Multiple nodegroup system
Scenario
Read operation intensive system
Scenario
Use Case
high traffic contents oriented website such as blogs