Help Center> GaussDB> Distributed_8.x> SQL Optimization> Typical SQL Optimization Methods
Updated on 2024-06-03 GMT+08:00

Typical SQL Optimization Methods

SQL optimization involves continuous analysis and trying. Queries are run before they are used for services to determine whether the performance meets requirements. If it does not, queries will be optimized by checking the execution plan and identifying the causes. Then, the queries will be run and optimized again until they meet the requirements.