Обсуждение: Oracle baseline/baseplan/outplan in Postgres

Поиск
Список
Период
Сортировка

Oracle baseline/baseplan/outplan in Postgres

От
Uriy Zhuravlev
Дата:
Hello all.
What do you think about adding functionality baseplan/outplan in Postgres? Who
needs it in postgres?

Thanks!

--
Uriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company


Re: Oracle baseline/baseplan/outplan in Postgres

От
Luca Ferrari
Дата:
On Thu, Aug 6, 2015 at 3:52 PM, Uriy Zhuravlev
<u.zhuravlev@postgrespro.ru> wrote:
> Hello all.
> What do you think about adding functionality baseplan/outplan in Postgres? Who
> needs it in postgres?

I suspect they will not be introduced for the same reason of query hints.
I trust the optimizer to do the right choice, or at least a better
choice I could do (especially with regard to some future event).

Luca