Announcing explain-running-query - print the execution plan of arunning query

Поиск
Список
Период
Сортировка
От Marcin Barczynski
Тема Announcing explain-running-query - print the execution plan of arunning query
Дата
Msg-id CAOhG4wdNDQeaSkdW-Zb3FX2Xa1b9b4ZNyaJQUHUUqGigtuU-EA@mail.gmail.com
обсуждение исходный текст
Список pgsql-announce
Starfish Storage has released explain-running-query.py which is a script that prints the execution plan of a running query in PostgreSQL.

It comes in handy when PostgreSQL gets stuck running a query. Without the script, the best one can do is run EXPLAIN with the same query text. Still, the plan doesn't have to be the same as the original, because PostgreSQL relies heavily on table statistics when planning a query and those might have changed since the original query started.

The script is available at https://github.com/StarfishStorage/explain-running-query

-- 
Marcin Barczyński
Starfish Storage: http://starfishstorage.com/

В списке pgsql-announce по дате отправления:

Предыдущее
От: Esteban Zimanyi
Дата:
Сообщение: MobilityDB 1.0 beta1 is now released
Следующее
От: Ilya Kosmodemiansky
Дата:
Сообщение: PG Day Russia 2020 CFP and registration are open