Información del servidor espejo
Cambiar

Download of pg_hint_plan for PostgreSQL 9.1 1.1.1 (pg_hint_plan91-1.1.1-1.el6.x86_64.rpm: 26,292 octetos) will begin shortly. If not so, click pg_hint_plan91-1.1.1-1.el6.x86_64.rpm.

File Information

File Size
26,292 octetos
MD5
feff684afd06f29dc3c6e95ebfcf682c
SHA1
8f962431deb65e4ab6e8f6e87fbcdfb137811375
SHA256
2c2a6feb3de8905d5e312ab86a927b9d48afd3fadbd7978d9136d563918baacd
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.