鏡像服務器信息
变更

Download of pg_hint_plan for PostgreSQL 12 1.3.5 (pg_hint_plan12-1.3.5-1.el7.x86_64.rpm: 33,436 字节) will begin shortly. If not so, click pg_hint_plan12-1.3.5-1.el7.x86_64.rpm.

文件信息

文件大小
33,436 字节
MD5
012279f6c486d12fdff96894729b28ae
SHA1
c2e22cd6cc89675b0f7749a144f24a7cc42db0c3
SHA256
440f001321d4a2a8c016d2000d0c165264470d3d3f34097ff24891d5396df8c5
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.