Overview
As more data is added, you may start to run out of space. This section describes how to scale up storage space of your instance. Table 1 lists the scaling methods supported by GeminiDB Cassandra instances.
|
Method |
Description |
|---|---|
|
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. |
|
|
If storage usage exceeds the configured 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 Up Storage Space
For example, if the storage space of a cluster instance is 24 GB and is increased by 8 GB, the storage space will become 32 GB.
Automatically Scaling Up Storage Space
For example, the storage space of a cluster instance is 24 GB before scale-up, the storage usage threshold for triggering autoscaling is set to 80%, and the total storage needs to be automatically scaled up by 10%. If the storage usage is greater than or equal to 80%, the storage space is automatically scaled up by 2.4 GB (24 x 10%), which is rounded up to 3 GB. In this case, the total storage space becomes 27 GB (24 + 3).
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.