explain analyze cost

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема explain analyze cost
Дата
Msg-id 1544654267.3583234.1607577016.1555678D@webmail.messagingengine.com
обсуждение исходный текст
Ответ на Re: Idle connections / sessions  (Thomas Poty <thomas.poty@gmail.com>)
Ответы Re: explain analyze cost
Re: explain analyze cost
Список pgsql-general
I am running explain analyze cost on a SQL which reads from two large tables (122mil and 37 mil).  The query is an UPDATE SQL where we use derives table in the from clause and then join it back to the table being updated.

The explain analyze cost itself is taking forever to run. It is running for the last 1 hr. Does that actually run the SQL to find out the impact of I/O (as indicated in COSTS). If not, what can cause it to run this slow.

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Does PostgreSQL use atomic file creation of FS?
Следующее
От: Ron
Дата:
Сообщение: Re: explain analyze cost