Download List

项目描述

PostgreSQL executes queries using cost-based optimizer, and sometimes fails to choose most optimized execution plan or some types of queries. In such cases, pg_hint_plan helps users to guide the planner to choose the plans they want by putting some nstructions - call them hints - in the comments prefixed to the SQL statement body. No need to rewrite statement tself nor change some GUC parameters elsewhere.

系统要求

System requirement is not defined

发布: 2020-02-21 10:51
pg_hint_plan for PostgreSQL 9.6 1.2.6 (2 files 隐藏)

发布版本通知

pg_hint_plan96 1.2.6 is released.

The following bugs are fixed in this version.

pg_hint_plan96 1.2.6 をリリースします

このバージョンでは以下のバグが修正されています.

变更日志

No Changelogs