UbuntuUpdates.org

Package "postgresql-16-pg-hint-plan"

This package belongs to a PPA: Postgresql

Name: postgresql-16-pg-hint-plan

Description:

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) */.

Latest version: 1.6.0-1.pgdg20.04+1
Release: focal-pgdg
Level: base
Repository: main
Head package: pg-hint-plan-16
Homepage: https://github.com/ossc-db/pg_hint_plan

Links


Download "postgresql-16-pg-hint-plan"


Other versions of "postgresql-16-pg-hint-plan" in Focal-pgdg

Repository Area Version
PPA: Postgresql 1.6.0-1.pgdg22.04+1

Changelog

Version: 1.6.0-1.pgdg20.04+1 2024-04-15 13:08:45 UTC
This repository doesn't support changelogs.



About   -   Send Feedback to @ubuntu_updates