Table Replication
Table replication allows you to configure an exact replica of the table on either a
local or remote cluster. The source cluster sends updates to the replica as changes are made to
the table. In HPE Ezmeral Data Fabric on Kubernetes, replication uses
maprgateway
pods to communicate securely between the source cluster and the
gateway on the destination cluster. Both primary-secondary
and
multi-master
replication are supported.
Table replication allows you to select a table on a source cluster and configure an exact replica of the table on either a local or remote cluster.
Replication uses the maprgateway
pod or pods to communicate securely between
the source cluster and the gateway on the destination cluster.
There are different kinds of replication and multiple ways to configure replication. HPE Ezmeral Data Fabric on Kubernetes supports primary-secondary
and
multi-master
replication topologies:
- In a
primary-secondary
topology, you replicate one way from source tables to replicas. The replicas can be in a remote cluster or in the cluster where the source tables are located. - In a
multi-master
replication topology, there are two primary-secondary relationships, with each table playing both the primary and secondary roles. Client applications update both tables and each table replicates updates to the other.
For more information about table replication, see the following in the HPE Ezmeral Data Fabric documentation: