Updated on 2025-07-29 GMT+08:00

Overview

As more data is added, you may run out of storage. This section describes how to scale up storage of your instance. As data volumes decrease, you can scale down disk space to avoid low database node utilization and resource waste. Table 1 lists the scaling methods supported by GeminiDB Influx instances.

Table 1 Scaling methods

Method

Supported Instance Type

Description

Manually Scaling Up Storage Space of a GeminiDB Influx Instance

  • Cluster (performance-enhanced)
  • Cluster
  • Single node

You can specify how much storage space needs to be added.

The added value must be a multiple of 1 (GB). The total storage space cannot exceed the upper limit defined by your instance specifications.

Automatically Scaling Up Storage Space of a GeminiDB Influx Instance

Cluster (performance-enhanced)

When the available storage drops to or below the specified threshold, autoscaling will be triggered. The storage is scaled up by a percentage you specify. The added storage space is the current storage space multiplied by the scaling increment.

Manually Scaling Down Storage Space of a GeminiDB Influx Instance

Cluster (performance-enhanced) instance with classic storage

You can specify how much storage space needs to be reduced.

The storage space to be reduced must be an integer multiple of 1 GB and greater than or equal to 125% of the used storage space. The value is rounded up.

Manually Scaling Up Storage Space

For example, if the storage space of a cluster instance is 100 GB and is increased by 50 GB, the storage space will become 150 GB.

Figure 1 Manually scaling up storage space

Automatically Scaling Up Storage Space

For example, the storage of a cluster (performance-enhanced) instance is 1250 GB, the storage usage threshold for triggering autoscaling is set to 10%, and the total storage needs to be automatically scaled up by 10%. If the available storage usage of an instance drops to or below 10%, the storage is automatically scaled up by 125 GB (1250 x 10%), which is rounded up to 130 GB. In this case, the total storage becomes 1380 GB (1250 + 130).

Figure 2 Automatically scaling up storage space

Manually Scaling Down Storage Space

For example, the storage of a cluster (performance-enhanced) instance is 200 GB. If the storage is scaled down by 10 GB, it becomes 190 GB.

Figure 3 Manually scaling down storage space