Function Overview
- ALL
- RDS for PostgreSQL
- Billing
- Connecting to an RDS for PostgreSQL Instance
- Data Migration
- Resetting the Administrator Password
- Enabling Public Accessibility
- Read Replicas
- Scaling Up Storage Space
- Changing a DB Instance Class (vCPUs and Memory)
- Backup and Restoration
- Parameter Templates
- Extension Management
- DBA Assistant
- Logs
- APIs
- SDKs
-
RDS for PostgreSQL
-
PostgreSQL is an open-source object-relational database management system that focuses on extensibility and standards compliance. It is known as the most advanced open-source database available. RDS for PostgreSQL is designed for enterprise-oriented OLTP scenarios and supports NoSQL (JSON, XML, or hstore) and GIS data types. It has earned a reputation for reliability and data integrity, and is suitable for websites, location-based applications, and complex data object processing.
- RDS for PostgreSQL supports the PostGIS extension and provides excellent spatial performance.
- RDS for PostgreSQL is a cost-effective solution for a range of different scenarios. You can flexibly scale resources as needed and you only pay for what you use.
All regions
-
-
Billing
-
RDS provides yearly/monthly and pay-per-user billing options to help optimize costs.
- Yearly/monthly provides a larger discount than pay-per-use billing and is recommended for long-term use.
- Pay-per-use (hourly) allows you to pay for only the resources you actually use. Less than one hour will be calculated as one full hour.
- You can change the billing mode of an instance from yearly/monthly to pay-per-use, or from pay-per-use to yearly/monthly.
-
-
Connecting to an RDS for PostgreSQL Instance
-
You can connect to an RDS for PostgreSQL instance through Data Admin Service (DAS), a private network, or a public network.
-
Connecting to a DB Instance Through DAS
-
DAS is a web-based console that simplifies database management and improves efficiency. You can connect and manage DB instances through DAS. By default, you have the remote login permission. It is recommended that you connect to DB instances through DAS, which is more secure and convenient.
-
-
Connecting to a DB Instance Through a Private Network
-
A private (floating) IP address is provided by default. If your applications are deployed on an ECS that is in the same region and VPC as your RDS DB instance, you are advised to use a private IP address to connect the ECS and RDS DB instance.
-
-
Connecting to a DB Instance Through a Public Network
-
If you cannot access a DB instance through a private IP address, bind an EIP to the DB instance first and connect the ECS to the DB instance through the EIP.
-
-
-
Data Migration
-
RDS for PostgreSQL offers various migration methods:
- Migrate data using DRS
- Migrate data using psql
Among these migration methods, DRS is recommended because it is stable, efficient, easy to use, and simplifies the complexity of data transmission and reduces the transmission costs.
-
-
Resetting the Administrator Password
-
You can reset the password of your database account when using RDS. If an exception occurs on the root account, for example, the root account is lost or deleted, you can reset the root password to restore the account rights.
-
-
Enabling Public Accessibility
-
You can bind an EIP to a DB instance for public accessibility and can also unbind the EIP from the DB instance as needed.
- You can bind an EIP to a primary DB instance or a read replica only.
- If a DB instance has already an EIP bound, you must unbind the EIP from the DB instance first before binding a new one to it.
All regions
-
-
Read Replicas
-
In read-intensive scenarios, a single DB instance may be unable to handle the read pressure and service performance may be affected. To offload read pressure on the database, you can create read replicas in a region. These read replicas can process a large number of read requests and increase application throughput.
-
-
Scaling Up Storage Space
-
You can scale up storage space if it is no longer sufficient for your requirements. If the DB instance status is Storage full and data cannot be written to databases, you need to scale up storage space. Services are not interrupted during storage scale-up.
All regions
-
-
Changing a DB Instance Class (vCPUs and Memory)
-
You can change the DB instance class of a DB instance as required. If the status of a DB instance changes from Changing instance class to Available, the change is successful.
All regions
-
-
Backup and Restoration
-
RDS for PostgreSQL supports the following restoration methods:
- Instance-level restoration: Automated or manual backups can be used to restore the entire DB instance.
- Database- or table-level restoration: Automated backups can be used to restore databases or tables to a point in time.
-
-
Parameter Templates
-
You can use database parameter templates to manage DB engine configurations. A database parameter template acts as a container for engine configuration values that can be applied to one or more DB instances.
When creating a DB instance, you can use a default parameter template or create a custom template. After the DB instance is created, you can change the applied parameter template.
- Default parameter template
DB engine defaults and database system defaults are included in default parameter templates.
- Custom parameter template
If you want to use your custom parameter settings, you can create a parameter template and apply it with your DB instance.
- Default parameter template
-
-
Extension Management
-
RDS for PostgreSQL supports extension management. It allows you to:
- Install and uninstall extensions on the console.
- Manage extensions using SQL commands as user root.
- Install and uninstall extensions on the console.
-
-
DBA Assistant
-
DBA Assistant provides you with a range of database O&M functions, making it easy to diagnose database problems, locate faults, analyze and optimize database performance.
-
-
Logs
-
- Error logs contain logs generated while a DB instance is running. They can help you analyze database problems.
- Slow query logs record statements that exceed log_min_duration_statement. You can view log details and statistics to identify statements that are executing slowly and need to be optimized.
- SQL Audit records all SQL operations in log files for download and query.
-
-
APIs
-
RDS supports v3 APIs. You can invoke RDS APIs to perform a range of operations, such as DB instance creation and deletion, backup and restoration, and parameter query and modifications.
-
-
SDKs
-
With RDS SDKs, you can easily invoke RDS APIs to create applications on Huawei Cloud. Currently, SDKs support Java, Python, and Go languages.
All regions
-
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot