GaussDB Notes and Constraints¶
To ensure the stability and security of GaussDB, certain constraints are put in place for access or permissions control. Table 1 describes such constraints.
Function | Constraints |
---|---|
Database access |
|
Deployment | ECSs where DB instances are deployed are not directly visible to you. You can only access the DB instances through IP addresses and database ports. |
Database root permissions | Only the root user permissions are available on the instance creation page. |
GaussDB instance reboot | GaussDB instances cannot be rebooted through commands. They must be rebooted on the management console. |
GaussDB backup files | GaussDB backup files are stored in OBS buckets and are not visible to you. |
Configuration modification |
|
Failover | For primary/standby instances, services are unavailable for about 10 seconds when the primary node is being switched to the standby node. |
Data restoration | To prevent data loss, you are advised to back up critical data before data restoration. |
Storage | If the storage of an instance is full, no more data can be written to databases. You are advised to periodically check the storage and scale it up as needed. |
Performance tuning | Performance tuning may need to reboot the instance and services may be interrupted. |