Row estimates | Postgres.FM 025 | #PostgreSQL #Postgres podcast

preview_player
Показать описание
Nikolay and Michael discuss planner row estimation — how it can cause performance issues, how to spot problems, and various options we have to fix them.

Here are links to a few things we mentioned:

-------------

~~~
Postgres FM is brought to you by:
- Michael Christofides, founder of pgMustard

~~~
Рекомендации по теме
Комментарии
Автор

POWA does (or at least tries to) give hints on which indexes are missing if you have pg_qualstats installed

michaelbanck