Información del servidor espejo
Cambiar

Download of pg_hint_plan for PostgreSQL 9.2 1.1.3 (pg_hint_plan92-1.1.3-1.el6.x86_64.rpm: 29,444 octetos) will begin shortly. If not so, click pg_hint_plan92-1.1.3-1.el6.x86_64.rpm.

File Information

File Size
29,444 octetos
MD5
b0b3a1844063a95c9830e564f8e8a46f
SHA1
48075c86ce813d6e5841fb909c9c533b2f0e51e4
SHA256
1dd0a233373b1eaac916fe3cc2a9654e3cfdd96a547d01474940125accab8b5d
Virus Check
Uploaded files are scanned with VirusTotal on OSDN.

Descripción del Proyecto

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.