Replication features
Links to FairCom data replication features
FairCom replication is responsible for establishing connections to multiple FairCom servers maintaining a current position in case of connection failures, and logging exceptional transactions that cannot be reliably replicated.
FairCom replication is responsible for establishing connections to multiple FairCom servers maintaining a current position in case of connection failures, and logging exceptional transactions that cannot be reliably replicated.
Section | Description |
---|---|
Replication features specific to the Replication Manager. | |
Synchronous replication is required for high availability because only it can guarantee data is always the same on both servers at all points in time. | |
Parallel replication uses many threads to replicate data simultaneously. It can keep up with multiple database connections simultaneously writing data. | |
This section describes how to enable bidirectional replication. | |
Replicated target data can occasionally fall behind source operations. While replication will eventually bring the two nodes into full consistency, it is useful to know the degree to which replication remains behind. | |
FairCom replication checks for record conflicts on update. This check ensures that the target server is not unexpectedly updated or not in sync with source data. | |
The Replication Agent supports mapping the names of FairCom data files on a source server to different filenames on a target server. | |
If the Replication Agent process terminates abnormally, it is desirable for the agent to resume replicating transactions from where it left off in the source server transaction logs. A persistence state is needed to maintain this information. | |
Superfiles are a unique c-tree file containing a collection of data and index files within a single physical file. They are useful when combining files that should always be distributed as a complete set. |