| От | legrand legrand |
|---|---|
| Тема | Re: Q on SQL Performance tuning |
| Дата | |
| Msg-id | 1548588539735-0.post@n3.nabble.com обсуждение исходный текст |
| Ответ на | Q on SQL Performance tuning ("Bhupathi, Kaushik (CORP)" <Kaushik.Bhupathi@ADP.com>) |
| Ответы |
Re: Q on SQL Performance tuning
|
| Список | pgsql-performance |
Hi, There are many tools: - (core) extension pg_stat_statements will give you informations of SQL executions, - extension pgsentinel https://github.com/pgsentinel/pgsentinel gives the same results as Oracle ASH view - java front end PASH viewer https://github.com/dbacvetkov/PASH-Viewer gives a nice view of CPU IO per query - extension pg_stat_sql_plans (alpha) gives all of pg_stat_statements and much more (parsing time, planid, plan text, ...) Regards PAscal -- Sent from: http://www.postgresql-archive.org/PostgreSQL-performance-f2050081.html
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера