Re: Seeing high query planning time on Azure Postgres Single Server version 11.

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Seeing high query planning time on Azure Postgres Single Server version 11.
Дата
Msg-id CAApHDvqY-TWudNYdMhhnWE8RVYDSOZL-0TmBpV+P7ZhD_tLj2Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Seeing high query planning time on Azure Postgres Single Server version 11.  (hassan rafi <haassaan.khann@gmail.com>)
Список pgsql-general
On Fri, 15 Mar 2024 at 08:01, hassan rafi <haassaan.khann@gmail.com> wrote:
> We have migrated to postgres version 16.1, but still due to very high update activity on our DB, we are seeing
elevatedresponse times, though now the planning time is less.
 

>    Buffers: shared hit=33359 read=6590 dirtied=9379

>  Execution Time: 5049.131 ms

You could try "SET track_io_timing = 1;" to see how much of that time
is spent in reads.

David



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: select results on pg_class incomplete
Следующее
От: "Bandi, Venkataramana - Dell Team"
Дата:
Сообщение: Query on Postgres SQL transaction