Re: is it possible to make this faster?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: is it possible to make this faster?
Дата
Msg-id 18692.1148614161@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: is it possible to make this faster?  (Jeff - <threshar@torgo.978.org>)
Список pgsql-performance
Jeff - <threshar@real.jefftrout.com> writes:
> Also, are you sure your numbers are not coming out of the mysql query
> cache?
> That might explain some of it - also with Tom seeing comprable
> numbers in his test.

Indeed, enabling the mysql query cache makes the timings drop to
nil ... as long as I present a query that's strcmp-equal to the
last one (not different in whitespace for instance).

            regards, tom lane

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

Предыдущее
От: Jeff -
Дата:
Сообщение: Re: is it possible to make this faster?
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: is it possible to make this faster?