Re: PostgreSQL 8.4.8 bringing my website down every evening

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: PostgreSQL 8.4.8 bringing my website down every evening
Дата
Msg-id 4E0537A8.3060501@fuzzy.cz
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.4.8 bringing my website down every evening  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Dne 25.6.2011 02:15, John R Pierce napsal(a):
> indeed, this can really bite you on partitioned tables.    My lead
> Oracle programmer would like to see support for prepared statements that
> are parsed but not preplanned...  our standard coding model has all the
> queries prepared up front as part of process initialization, and queries
> executed against these prepared statements.

AFAIK Oracle does a plan recheck, i.e. verifies that the prepared plan
is reasonable.

The most serious issue with inheritance and plans (prepared statement
did not reflect partitions created afterwards) has already been fixed.

Tomas

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: PostgreSQL 8.4.8 bringing my website down every evening
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: to_timestamp() and timestamp without time zone