Re: Need to increase performance of a query

Поиск
Список
Период
Сортировка
От Jesper Krogh
Тема Re: Need to increase performance of a query
Дата
Msg-id 4C112B19.6080908@krogh.cc
обсуждение исходный текст
Ответ на Need to increase performance of a query  (Anne Rosset <arosset@collab.net>)
Ответы Re: Need to increase performance of a query  (Anne Rosset <arosset@collab.net>)
Список pgsql-performance
On 2010-06-10 19:50, Anne Rosset wrote:
> Any advice on how to make it run faster?

What timing do you get if you run it with \t (timing on) and without
explain analyze ?

I would be surprised if you can get it much faster than what is is.. I
may be that a
significant portion is "planning cost" so if you run it a lot you might
benefit from
a prepared statement.


--
Jesper

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

Предыдущее
От: Anne Rosset
Дата:
Сообщение: Need to increase performance of a query
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Need to increase performance of a query