Re: Caching of Queries

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: Caching of Queries
Дата
Msg-id 41528EC5.8030901@bigfoot.com
обсуждение исходный текст
Ответ на Re: Caching of Queries  (Neil Conway <neilc@samurai.com>)
Список pgsql-performance
Neil Conway wrote:
> Another idea would be to improve the quality of the plan we generate at PREPARE time:
> for instance you could generate 'n' plans for various combinations of
> input parameters, and then choose the best query plan at EXECUTE time.
> It's a difficult problem to solve, however (consider multiple parameters
> to PREPARE, for example).

Do you mean store different plans for each different histogram segment ?

Regards
Gaetano Mendola


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

Предыдущее
От: "Gary Doades"
Дата:
Сообщение: Re: Caching of Queries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: O_DIRECT setting