REMOTE_REPLICATION_STATUS
Provides the status of object replication tasks. This table records object replication tasks where this database acted as the source for the replication.
Column Name | Data Type | Description |
---|---|---|
OBJECTS | VARCHAR | The objects copied in the replication task. |
SNAPSHOT_NAME | VARCHAR | The snapshot name associated with the vbr configuration file used to perform the object replication. |
REPLICATION_POINT | VARCHAR | The unique name Vertica assigns to an object replication task. |
LAST_REPLICATED_TIME | TIMESTAMPZ | The time that the last replication took place. |
REPLICATED_EPOCH | INTEGER | The epoch when the last replication took place. |
CURRENT_EPOCH | INTEGER | The current epoch number. |
Privileges
None