Workspace Management

Overview

Your cluster may run out of space if disk usage is not controlled, resulting in cluster exceptions and service interruption. Once disks are full, it takes long and huge efforts to recover workloads. Setting a database to read-only can reduce disk usage, but it also interrupts services. To solve this problem, GaussDB(DWS) provides multi-dimensional storage management. You can limit the permanent space that can be occupied by a schema; and can limit the usage of permanent space, temporary space, and operator space for a user.

  • This feature is supported only in cluster version 8.1.1 or later.
  • Currently, the GaussDB(DWS) management plane only supports schema space management.

Procedure

  1. Log in to the GaussDB(DWS) management console.
  2. Choose Clusters. Click the name of a cluster.
  3. Choose Resource Management Configurations.
  4. On the Schema Space Manage page, select a database.
  5. In the row where the scheme to be edited resides, click Edit and modify the space limit.

  6. Click OK.

    • The space quota limits only common users but not database administrators. Therefore, when the used space is equal to the space limit, the actual used space may exceed the specified value.
    • Quota for a single DN = Total quota/Number of DNs. Therefore, the configured value may be slightly different from the displayed value.