tencent cloud

TencentDB for PostgreSQL

Release Notes and Announcements
Release Notes
Product Announcements
Product Introduction
Overview
Features
Strengths
Scenarios
Information Security
Regions and AZs
Product Feature List
Large version lifecycle description
MSSQL Compatible Version
Billing
Billing Overview
Instance Type and Specification
Purchase Methods
Refund
Overdue Payments
Backup Space Billing
Database Audit Billing Overview
Getting Started
Creating TencentDB for PostgreSQL Instance
Connecting to TencentDB for PostgreSQL Instance
Managing TencentDB for PostgreSQL Instance
Importing Data
Migrating Data with DTS
Kernel Version Introduction
Kernel Version Overview
Kernel Version Release Notes
Viewing Kernel Version
Proprietary Kernel Features
Database Audit
Audit Service Description
Activating Audit Service
View Audit Logs
Modify audit services
Audit Performance Description
User Guide
Instance Management
Upgrading Instance
CPU Elastic Scaling
Read-Only Instance
Account Management
Database Management
Parameter Management
Log Management and Analysis
Backup and Restoration
Data Migration
Extension Management
Network Management
Access Management
Data Security
Tenant and Resource Isolation
Security Groups
Monitoring and Alarms
Tag
AI Practice
Using the Tencentdb_ai Plug-In to Call Large Models
Building Ai Applications with the Tencentdb Ai Plug-In
Combining Supabase to Quickly Build Backend Service Based on TencentDB for PostgreSQL
Use Cases
postgres_fdw Extension for Cross-database Access
Automatically Creating Partition in PostgreSQL
Searching in High Numbers of Tags Based on pg_roaringbitmap
Querying People Nearby with One SQL Statement
Configuring TencentDB for PostgreSQL as GitLab's External Data Source
Supporting Tiered Storage Based on cos_fdw Extension
Implement Read/Write Separation via pgpool
Implementing Slow SQL Analysis Using the Auto_explain Plugin
Using pglogical for Logical Replication
Using Debezium to Collect PostgreSQL Data
Set Up a Remote Disaster Recovery Environment for PostgreSQL Locally on CVM
Read-Only Instance and Read-Only Group Practical Tutorial
How to Use SCF for Scheduled Database Operations
Fix Table Bloat
Performance White Paper
Test Methods
Test Results
API Documentation
History
Introduction
API Category
Making API Requests
Instance APIs
Read-only Replica APIs
Backup and Recovery APIs
Parameter Management APIs
Security Group APIs
Performance Optimization APIs
Account APIs
Specification APIs
Network APIs
Data Types
Error Codes
FAQs
Service Agreement
Service Level Agreement
Terms of Service
Glossary
Contact Us

Strengths

PDF
Focus Mode
Font Size
Last updated: 2024-01-24 11:08:34

Powerful Features

Over the recent years, PostgreSQL has become the go-to open-source relational database for commercial use.
PostgreSQL is released under a BSD-style license, which means there are no restrictions on using PostgreSQL.
PostgreSQL supports C, C++, Java, PHP, Python, Perl, and other programming languages, making the development of your business easier and faster.
PostgreSQL is the best open-source alternative to Oracle in terms of architecture, syntax, and data types.
PostgreSQL is compatible with the SQL:2003 standard and supports the main features of SQL:2011.
PostgreSQL supports the traditional SQL LIKE operator, the more recent SQL:1999 SIMILAR TO operator, and POSIX-style regular expressions.
PostgreSQL supports rich data types, including geometry, network address, XML, JSON, RANGE, and array.
PostgreSQL supports complex types (custom data types).
PostgreSQL supports complex multi-table joins and join algorithms such as hash joins and merge joins.
PostgreSQL has window functions that can perform real-time complex data analysis and processing, such as market analysis, financial statement creation, plan creation, and other day-to-day business tasks.
PostgreSQL supports function indexes, partial (row) indexes, custom indexes, and full-text indexes.
PostgreSQL features a multi-process architecture that makes it more stable, so that a single PostgreSQL database can achieve a high throughput.
PostgreSQL supports powerful, high-performance extensions. For example, PostGIS is a database extension for geo-spatial data and provides additional support for geographic objects, allowing you to run location queries with SQL.
PostgreSQL provides strong data consistency required for commercial use. With sync replication, it guarantees zero data loss and is even suitable for financial trading systems.

High Performance

PostgreSQL achieves high performance in OLAP or OLTP scenarios.
PostgreSQL provides query optimizers comparable to those of commercial databases. It also supports common multi-table join queries (such as nested loop joins, hash joins, and sort-merge joins). For example, the performance of joining two tables, each with 100,000 rows, is 100 times faster than that of MySQL. With the capability of obtaining query results faster from more tables, you can make your analysis more accurate.
PostgreSQL uses NVMe SSDs as the storage media with a QPS as high as 230,000. You can support more concurrent business requests with fewer databases.
PostgreSQL supports a large number of performance profiles. You can view performance data such as the ongoing SQL queries, current lock waits, table scans, and index scans, which helps you quickly and accurately locate performance problems.
TencentDB for PostgreSQL improves the performance of built-in operators by optimizing the PostgreSQL kernel, and provides a QPS at least ten times that of SATA by using ultra high-performance NVMe SSDs. It features a primary/standby deployment mode and enables sync replication by default. This helps you avoid business interruptions and problems such as data corruption and loss.

Convenient Management

You can launch a TencentDB for PostgreSQL instance and connect it to applications in minutes with no additional configuration required. The default configuration has universal parameters that can be modified at any time in the console. This eliminates laborious and complicated installation and configuration processes to improve your Ops efficiency.

Convenient Monitoring

TencentDB for PostgreSQL provides key operational metrics for PostgreSQL databases for free, including performance monitoring data such as CPU utilization, storage utilization, and I/O. You can view them in the console to quickly locate and resolve issues. In addition, customizable metric alarms are also available to allow you to stay on top of exceptions via email and SMS with no need to monitor your databases around the clock.

Strong Scalability

TencentDB for PostgreSQL instances can be scaled in the Tencent Cloud console to meet your elastic business needs with no additional configuration needed. The scaling process won't change the IPs and settings of the original instances, and your business will be interrupted just for a second. If the existing instances cannot sustain your business, their capacity can be easily expanded to serve more end users with minor or no changes made to your business.

High Availability

The cluster scheduler of TencentDB for PostgreSQL will automatically restore a node when it fails to a previous point in time for failover and disaster recovery. Moreover, it provides multiple default layers of security protection for each database that does not need to be purchased separately.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback