Re: Where can I get the number of plans that considered by Planner?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where can I get the number of plans that considered by Planner?
Дата
Msg-id 7203.1255356393@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Where can I get the number of plans that considered by Planner?  (纪晓曦 <sheepjxx@gmail.com>)
Ответы Re: Where can I get the number of plans that considered by Planner?  (纪晓曦 <sheepjxx@gmail.com>)
Список pgsql-general
=?UTF-8?B?57qq5pmT5pum?= <sheepjxx@gmail.com> writes:
> Is it a reasonable idea to add a counter to set_cheapest?

You can try it but I think you'll find it's not terribly useful.
That will effectively just give you a count of the number of join
combinations that were considered (plus the number of base relations).

            regards, tom lane

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

Предыдущее
От: Gaini Rajeshwar
Дата:
Сообщение: Re: Ranking search results using multiple fields in PostgreSQL fulltext search
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dumping without Postgis functions