Re: full vacuum really slows down query

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Jason Long" <mailing(dot)list(at)supernovasoftware(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: full vacuum really slows down query
Date: 2008-06-05 22:16:46
Message-ID: dcc563d10806051516n48eeda17xf3726066c42fee99@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oh, another point of attack. Always test your queries under just
\timing. You can wrap up like this:

\timing
select count(*) from (subselect goes here);

I've been on a few machines where the cost of explain analyze itself
threw the timing way off.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason Long 2008-06-05 22:30:00 Re: full vacuum really slows down query
Previous Message Scott Marlowe 2008-06-05 22:08:55 Re: full vacuum really slows down query