Postgre inner work question

Поиск
Список
Период
Сортировка
От Lucas Cotta
Тема Postgre inner work question
Дата
Msg-id BANLkTimNLbj4UmVzK0h6ZaqaNDbTvpeWMg@mail.gmail.com
обсуждение исходный текст
Ответ на Postgre inner work question  (Lucas Cotta <luccotta@gmail.com>)
Список pgsql-hackers
Hi!

Does postgre execute the queries following a execution plan tree, where the leafs are table scans, and the nodes are joins?

I'm looking for a database where I can get a cardinality from a partial result of the execution... for example, print the cardinality of the results until the next join operator use this result...

Thanks!

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

Предыдущее
От: Lucas Cotta
Дата:
Сообщение: Postgre inner work question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: POSIX shared memory redux