Skip to content

Commit

Permalink
Update and rename Scaling horizontally, HA.md to Higher Availability …
Browse files Browse the repository at this point in the history
…and Disaster Recovery.md

Updated page title
  • Loading branch information
namanshah76 authored Jul 12, 2024
1 parent 10949b6 commit 764e423
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HA, Horizontal Scaling and DR
# Higher Availability and Disaster Recovery

!!! Note
SkySQL, unlike hyperscalers, deploy replicas in a active-active configuration. When primary crashes our intelligent proxy allows us to failover near instantly to an alternate replica. Or, failback when the original primary recovers. Ensuring data consistency even when replicas have a replication lag through “causal reads”, or transaction replay. Our underlying k8s based operator has smarts to rebuild replicas that lag a lot using cloud native snapshots.
Expand Down Expand Up @@ -65,4 +65,4 @@ One effective strategy to mitigate such risks is to replicate data to a data cen

SkySQL empowers users to configure “external” replicas that can run anywhere, offering flexibility and resilience.

To facilitate this, SkySQL provides several built-in stored procedures for configuring both “outbound” and “inbound” replication to any compatible MariaDB or MySQL server environment. This flexibility allows users to tailor their disaster recovery strategy based on their specific needs, whether replicating across regions, cloud providers, or maintaining self-managed standby environments.
To facilitate this, SkySQL provides several built-in stored procedures for configuring both “outbound” and “inbound” replication to any compatible MariaDB or MySQL server environment. This flexibility allows users to tailor their disaster recovery strategy based on their specific needs, whether replicating across regions, cloud providers, or maintaining self-managed standby environments.

0 comments on commit 764e423

Please sign in to comment.