Skip to content

Commit adf4750

Browse files
authored
docs(rdb): add more precisions for the read replica (#89)
1 parent b4a4303 commit adf4750

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/clients/src/api/rdb/v1/api.gen.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -777,9 +777,10 @@ export class RdbV1GenAPI extends API {
777777
)
778778

779779
/**
780-
* Resetting a read replica resyncs data from the leader node. This operation
781-
* can take some time, depending on the database's size. During this
782-
* operation, the read replica will not be available. Endpoints will not change.
780+
* When you resync a read replica, first it is reset, and then its data is
781+
* resynchronized from the primary node. Your read replica will be unavailable
782+
* during the resync process. The duration of this process is proportional to
783+
* your Database Instance size. The configured endpoints will not change.
783784
*
784785
* @param request - The request {@link ResetReadReplicaRequest}
785786
* @returns A Promise of ReadReplica

0 commit comments

Comments
 (0)