On this page

Show all

Help Center/ GaussDB(DWS)/ Performance Tuning/ Overview of Query Performance Optimization

Overview of Query Performance Optimization

Updated on 2023-03-30 GMT+08:00

The aim of SQL optimization is to maximize the utilization of resources, including CPU, memory, disk I/O, and network I/O. To maximize resource utilization is to run SQL statements as efficiently as possible to achieve the highest performance at a lower cost. For example, when performing a typical point query, you can use the seqscan and filter (that is, read every tuple and query conditions for match). You can also use an index scan, which can be implemented at a lower cost but achieve the same effect.

This chapter describes how to analyze and improve query performance, and provides common cases and troubleshooting methods.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback