鏡像服務器信息
变更

Download of pg_hint_plan for PostgreSQL 10 1.3.0 (pg_hint_plan10-1.3.0-1.el7.x86_64.rpm: 32,124 字节) will begin shortly. If not so, click pg_hint_plan10-1.3.0-1.el7.x86_64.rpm.

文件信息

文件大小
32,124 字节
MD5
ae19ac438872db67366a549cca3dbbeb
SHA1
7d8fd3bfe1f74a0f80af3fd510b0a72083101e49
SHA256
dc0ab16c00748b171ab7e0a6c29a79743645fe45b143569a12435cabc4381488
Virus Check
Uploaded files are scanned with VirusTotal on OSDN.

项目描述

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.