Re: Optimization with dates - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Optimization with dates
Date
Msg-id web-505462@davinci.ethosmedia.com
Whole thread Raw
In response to Optimization with dates  (Jean-Christophe Boggio <cat@thefreecat.org>)
Responses Re: Optimization with dates  (Jason Earl <jason.earl@simplot.com>)
Re: Optimization with dates  (Jason Earl <jason.earl@simplot.com>)
List pgsql-sql
Jean-Christophe,

> Aggregate  (cost=256546.78..256546.78 rows=1 width=0)
>   ->  Seq Scan on gains  (cost=0.00..250627.68 rows=2367640 width=0)
> 
> whereas :

Hmmm... if the number of rows is actually accurate (2M out of 10M in the
last 30 days) then a Seq Scan seems like a good plan to me.  If the
numbers aren't accurate, it's time to run a VACUUM ANALYZE.

Regardless, if you're actually querying for 2M recordsets, you'd better
throw some hardware at the problem, and learn the .conf parameters.

-Josh

______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


pgsql-sql by date:

Previous
From: Jean-Christophe Boggio
Date:
Subject: Optimization with dates
Next
From: Stephan Szabo
Date:
Subject: Re: Optimization with dates