Re: constraint exclusion analysis caching

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: constraint exclusion analysis caching
Дата
Msg-id 20080509191935.GH5505@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: constraint exclusion analysis caching  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: constraint exclusion analysis caching
Список pgsql-hackers
* Gregory Stark (stark@enterprisedb.com) wrote:
> "Andrew Dunstan" <andrew@dunslane.net> writes:
>
> > Actual execution of the query in question was talking one tenth of that
> > time.
> >...
> > but in principle it seems silly to keep paying the same penalty over and
> > over again.
>
> I would think constraint_exclusion only really makes sense if you're spending
> a lot more time executing than planning queries. Either that means you're
> preparing queries once and then executing them many many times or you're
> planning much slower queries where planning time is insignificant compared to
> the time to execute them.

Would it be possible to change the application to use prepared queries?
Seems like that'd make more sense the changing it to use the child
tables directly..  Just my 2c.
Thanks,
    Stephen

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: bloated heapam.h
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql wrapped format default for backslash-d commands