All Products
Search
Document Center

PolarDB:Create a GDN

Last Updated:Mar 25, 2024

A global database network (GDN) consists of multiple PolarDB clusters that are deployed in multiple regions within a country. Data is replicated across all clusters in each GDN. This allows applications that are deployed across different regions to access a database that is local to their regions, which provides reliable access with low latency. This topic describes how to create and release a GDN.

Prerequisites

A primary PolarDB cluster is created. For more information, see Purchase a pay-as-you-go cluster and Purchase a subscription cluster.

Limits

  • A cluster in a GDN must be of Enterprise Edition and meet the following requirements:

    • A PolarDB for MySQL 8.0.2 cluster

    • A PolarDB for MySQL 8.0.1 cluster whose revision version is 8.0.1.1.17 or later.

    • A PolarDB for MySQL 5.7 cluster whose revision version is 5.7.1.0.21 or later.

    • A PolarDB for MySQL 5.6 cluster whose revision version is 5.6.1.0.32 or later.

  • The primary cluster and secondary clusters must have the same database engine version, which can be MySQL 8.0, MySQL 5.7, or MySQL 5.6.

  • A GDN consists of one primary cluster and up to four secondary clusters. For more information about limits on their regions, see Region mappings between the primary and secondary clusters.

    Note

    To add more secondary clusters, go to Quota Center. Click Apply in the Actions column corresponding to GDN cluster upper limit adjustment.

  • A cluster belongs to only one GDN.

  • A secondary cluster in the GDN must have at least 4 cores.

  • Clusters in the GDN do not support the database and table restoration feature.

Pricing

You are not charged for the traffic that is generated during cross-region data transmission within a GDN. You are charged only for the use of PolarDB clusters in the GDN. For more information about the pricing rules of PolarDB clusters, see Billable items overview.

Create a GDN

  1. Log on to the PolarDB console.

  2. In the left-side navigation pane, click Global Database Network.

  3. On the Global Database Network page, click Create GDN.

    1

  4. In the Create GDN dialog box, configure the parameters described in the following table.

    Parameter

    Description

    Name

    The name of the GDN that you want to create. We recommend that you specify a descriptive name that makes it easy to identify. GDN names do not have to be unique.

    Primary Region

    The region where the primary cluster is deployed.

    Note

    Select the region where the primary cluster is deployed.

    Primary Cluster

    Select an existing cluster as the primary cluster of the GDN.

  5. Click OK.

    Note

    After you create a GDN, you can add secondary clusters. For more information, see Manage a secondary cluster.

Release a GDN

  1. Log on to the PolarDB console.

  2. In the left-side navigation pane, click Global Database Network.

  3. Find the GDN that you want to release and click Delete in the Actions column.

    Important
    • A GDN can be released if it contains only the primary cluster.

    • A GDN cannot be restored after it is released. Proceed with caution.

    • Applications that are connected to the endpoints of a GDN cannot access databases after the GDN is released. Modify the application code to change the connection string of the GDN at your earliest opportunity.

  4. In the Delete GDN message, click OK.

FAQ

  • How many GDNs can I create for an Alibaba Cloud account?

    The number of GDNs that you can create is unlimited.

  • After a GDN is created, can I change the primary cluster of the GDN?

    No, you cannot change the primary cluster after the GDN is created. You can create another GDN, select the required cluster as the primary cluster, and then release the current GDN.

    Note

    Before you release the GDN, remove all secondary clusters from the GDN.