Re: Caching of Queries

Поиск
Список
Период
Сортировка
От Pierre-Frédéric Caillaud
Тема Re: Caching of Queries
Дата
Msg-id opsjhp2pricq72hf@musicbox
обсуждение исходный текст
Ответ на Re: Caching of Queries  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-performance
>> I've looked at PREPARE, but apparently it only lasts per-session -
>> that's
>> worthless in our case (web based service, one connection per
>> data-requiring
>> connection).

    You don't use persistent connections ???????????
    Your problem might simply be the connection time overhead (also including
a few TCP roudtrips).

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

Предыдущее
От: Pierre-Frédéric Caillaud
Дата:
Сообщение: Re: Using LIMIT changes index used by planner
Следующее
От: "Amrit Angsusingh"
Дата:
Сообщение: Howto Increased performace ?