Re: Joel's Performance Issues WAS : Opteron vs Xeon

From: Kevin Brown <kevin(at)sysexperts(dot)com>
To: 'Postgresql Performance' <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Joel's Performance Issues WAS : Opteron vs Xeon
Date: 2005-04-23 06:30:45
Message-ID: 20050423063044.GI19518@filer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jim C. Nasby wrote:
> Hrm... I was about to suggest that for timing just the query (and not
> output/data transfer time) using explain analyze, but then I remembered
> that explain analyze can incur some non-trivial overhead with the timing
> calls. Is there a way to run the query but have psql ignore the output?
> If so, you could use \timing.

Would timing "SELECT COUNT(*) FROM (query)" work?

--
Kevin Brown kevin(at)sysexperts(dot)com

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Stark 2005-04-23 08:02:05 Re: Bad n_distinct estimation; hacks suggested?
Previous Message Tom Lane 2005-04-23 05:00:40 Re: Sort and index