Skip to content

Commit 1bea9a4

Browse files
Update concepts-read-replicas.md
Removing duplicate text
1 parent 1b70866 commit 1bea9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/flexible-server/concepts-read-replicas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Learn how to [stop replication to a replica](how-to-read-replicas-portal.md).
8989

9090
There is no automated failover between source and replica servers.
9191

92-
Read replicas is meant for scaling of read intensive workloads and is not designed to meet high availability needs of a server. There is no automated failover between source and replica servers. Stopping the replication on read replica to bring it online in read write mode is the means by which this manual failover is performed.
92+
Read replicas is meant for scaling of read intensive workloads and is not designed to meet high availability needs of a server. Stopping the replication on read replica to bring it online in read write mode is the means by which this manual failover is performed.
9393

9494
Since replication is asynchronous, there is lag between the source and the replica. The amount of lag can be influenced by many factors like how heavy the workload running on the source server is and the latency between data centers. In most cases, replica lag ranges between a few seconds to a couple minutes. You can track your actual replication lag using the metric *Replica Lag*, which is available for each replica. This metric shows the time since the last replayed transaction. We recommend that you identify what your average lag is by observing your replica lag over a period of time. You can set an alert on replica lag, so that if it goes outside your expected range, you can take action.
9595

@@ -152,4 +152,4 @@ If GTID is enabled on a source server (`gtid_mode` = ON), newly created replicas
152152
## Next steps
153153

154154
* Learn how to [create and manage read replicas using the Azure portal](how-to-read-replicas-portal.md)
155-
* Learn how to [create and manage read replicas using the Azure CLI](how-to-read-replicas-cli.md)
155+
* Learn how to [create and manage read replicas using the Azure CLI](how-to-read-replicas-cli.md)

0 commit comments

Comments
 (0)