News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - ossc-db/pg_hint_plan: Give PostgreSQL ability to manually force some decisions in execution plans.

pg_hint_plan 1.7 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using so-called "hints" in SQL comments, like /*+ SeqScan(a) */. 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 prop...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines