This commit is contained in:
bowiz2 2023-04-13 08:32:17 +08:00 committed by GitHub
commit 79ad7fcc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ Active-active failover can also be referred to as master-master failover.
* Fail-over adds more hardware and additional complexity.
* There is a potential for loss of data if the active system fails before any newly written data can be replicated to the passive.
* A stateful system that does not have built-in support for Active-Passive failover will usually not work as expected if an external tool is used to facilitate failover.
### Replication