Información del servidor espejo
Cambiar

Download of pg_hint_plan for PostgreSQL 9.3 1.1.0 (pg_hint_plan93-debuginfo-1.1.0-1.el6.x86_64.rpm: 72,044 octetos) will begin shortly. If not so, click pg_hint_plan93-debuginfo-1.1.0-1.el6.x86_64.rpm.

File Information

File Size
72,044 octetos
MD5
5004df213ce7c27fc6b303e22de7527e
SHA1
c3bac4e4e5c6f6232327225d6c04c966c2dbe4f8
SHA256
3a97f52b6260e474b8d7af0edb4f506e0a985bc5d5d57db74ada575cd1b8e2c8
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.