Doubts on startup costs

Поиск
Список
Период
Сортировка
От Jayadevan M
Тема Doubts on startup costs
Дата
Msg-id CAFS1N4hT22FqQtODhdykp_QuWaP6MYUr1VxtmUCyrFvReSSN4w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Doubts on startup costs  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Список pgsql-general
Hi,

A few academic questions related PostgreSQL query planner and output -

In the output of EXPLAIN for SQL statements I have seen so far, the startup cost for the innermost node/leaf has been 0. Are there situations where it may be non-zero?

The startup costs for outer nodes will always be equal to or greater than the total cost of the inner nodes? (My guess is NO, there may be cases where the outer node can start processing before the inner node is completely done).

Regards,
Jayadevan

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Alternative to Multi-Master Replication with 2 Data centers??
Следующее
От: Stefan Keller
Дата:
Сообщение: Re: Postgres as In-Memory Database?