pg-hint-plan-16 1.6.0-1 source package in Ubuntu

Changelog

pg-hint-plan-16 (1.6.0-1) unstable; urgency=medium

  * Initial release.

 -- Christoph Berg <email address hidden>  Mon, 15 Apr 2024 10:20:10 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
pg-hint-plan-16_1.6.0-1.dsc 2.0 KiB 7be2f3800b2733825dddb2ed1677c874c917767337e6d641d688e017f9774462
pg-hint-plan-16_1.6.0.orig.tar.gz 197.1 KiB fc85a9212e7d2819d4ae4ac75817481101833c3cfa9f0fe1f980984e12347d00
pg-hint-plan-16_1.6.0-1.debian.tar.xz 2.7 KiB 88cc5ffbfb64892e06d2dc77fd70f8aad99ec3cb3478a2572e50f1ce83ca870e

No changes file available.

Binary packages built by this source

postgresql-16-pg-hint-plan: support for optimizer hints in PostgreSQL

 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.

postgresql-16-pg-hint-plan-dbgsym: debug symbols for postgresql-16-pg-hint-plan