Re: suppress output for benchmarking

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: suppress output for benchmarking
Дата
Msg-id 20060119041140.GA78403@pervasive.com
обсуждение исходный текст
Ответ на suppress output for benchmarking  (uwcssa <uwcssa@gmail.com>)
Список pgsql-hackers
On Wed, Jan 18, 2006 at 10:35:48PM -0500, uwcssa wrote:
>  I am testing the performance of postgresql on a set of workloads. However,
> the output significantly affects the performance evaluation. Is there a way
> to by-pass all output of select statements so the timing reflects only the
> query evaluation process?

SELECT count(*) FROM (SELECT ...) a;

If you're using psql \timing will probably be useful as well.

And this is better suited for -general...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: uwcssa
Дата:
Сообщение: suppress output for benchmarking
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgxs/windows