Re: [HACKERS] suppress output for benchmarking

2006-01-19 Thread Jim C. Nasby
On Thu, Jan 19, 2006 at 11:46:29PM +0200, Hannu Krosing wrote: > ??hel kenal p??eval, K, 2006-01-18 kell 22:35, kirjutas uwcssa: > > I am testing the performance of postgresql on a set of workloads. > > However, > > the output significantly affects the performance evaluation. Is there > > a way >

Re: [HACKERS] suppress output for benchmarking

2006-01-19 Thread Hannu Krosing
Ühel kenal päeval, K, 2006-01-18 kell 22:35, kirjutas uwcssa: > 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 > th

Re: [HACKERS] suppress output for benchmarking

2006-01-18 Thread Jim C. Nasby
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 ev

[HACKERS] suppress output for benchmarking

2006-01-18 Thread uwcssa
 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? thanks a lot