Re: Performance problems on a fairly big table with two - Mailing list pgsql-performance

From Richard Huxton
Subject Re: Performance problems on a fairly big table with two
Date
Msg-id 200309051739.32467.dev@archonet.com
Whole thread Raw
In response to Re: Performance problems on a fairly big table with two  ("Rasmus Aveskogh" <rasmus@defero.se>)
List pgsql-performance
On Friday 05 September 2003 16:36, Rasmus Aveskogh wrote:
> Richard,
>
> Thanks a lot! You were right - the query parser "misunderstood"
> now() - '1 day'::interval and only used one of the indexes (as I already
> noticed).
>
> Actually all I had to do was to cast the result like this:
>
> (now() - '1 day'::interval)::date
>
> 75s is not between 10ms and 200ms.
>
> Thanks again!

Ah - good. You also want to be careful with differences between timestamp
with/without time zone etc.
--
  Richard Huxton
  Archonet Ltd

pgsql-performance by date:

Previous
From: Ron Johnson
Date:
Subject: Re: [GENERAL] Seq scan of table?
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] how to get accurate values in pg_statistic (continued)