Re: how does pg handle concurrent queries and same queries

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: how does pg handle concurrent queries and same queries
Дата
Msg-id 20080728134702.GA14617@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: how does pg handle concurrent queries and same queries  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-performance
Craig Ringer wrote:
> Faludi Gábor wrote:
>
> > .         Why does the second and the later queries take the whole on second
> > if the dataset is the same . Shouldn't PG realise that the query is the same
> > so i give the user the same resultset ?
>
> That would require a result cache. I don't know if Pg even has a query
> result cache - I don't think so, but I'm not sure.

It doesn't.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Re: how does pg handle concurrent queries and same queries
Следующее
От: "Mark Wong"
Дата:
Сообщение: Re: A guide/tutorial to performance monitoring and tuning