Cluster is the basic management unit of TDSQL-C for MySQL, which can contain instances of two types: read-write instance and read-only instance.
A cluster can contain only one read-write instance and multiple read-only instances.
Note:Currently, a cluster can contain up to 15 read-only instances.
TDSQL-C for MySQL supports read-write and read-only addresses. The read-write address is used to provide the read/write service of a TDSQL-C for MySQL primary instance (read-write instance). The read-only address corresponds to one or multiple read-only instances on the backend for load balancing.
Was this page helpful?