Re: How should we design our tables and indexes

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: How should we design our tables and indexes
Дата
Msg-id CAKAnmm+qd2NF0R6_m3AwDc9+OEPdiW96NY4p2CXbocAUSPQyhQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How should we design our tables and indexes  (veem v <veema0000@gmail.com>)
Список pgsql-general
> Is there any way to track those historical executions and be able to find the exact root cause of the slow executions confidently?

https://www.postgresql.org/docs/current/auto-explain.html

auto_explain.log_min_duration = '5s' ## or large enough to capture your quickest one

Do NOT enable auto_explain.log_analyze.

Cheers,
Greg


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

Предыдущее
От: veem v
Дата:
Сообщение: Re: How should we design our tables and indexes
Следующее
От: veem v
Дата:
Сообщение: Re: How to do faster DML