Re: Million of rows

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Vinicius Bernardi <vinicius(dot)bernardi(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Million of rows
Date: 2005-03-29 19:08:15
Message-ID: 20050329190815.GA15447@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Mar 29, 2005 at 03:33:24PM -0300, Vinicius Bernardi wrote:
>
> But now the problem starts when I has to select data from this
> vehicles about the history ( I store only 2 months ) something like 40
> or 50 millions of data about 500 vehicles.
>
> Using the keys VEHICLE_ID and GPS_TIME, the perfomance is very low...

Please post an example query and the EXPLAIN ANALYZE output. The
table definition might be useful too.

> I need some ideas for a better perfomance in this table

Do you have indexes where you need them? Do you cluster on any of
the indexes? Do you VACUUM and ANALYZE the database regularly?
Have you investigated whether you need to increase the statistics
on any columns? Have you tuned postgresql.conf? What version of
PostgreSQL are you using?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Vinicius Bernardi 2005-03-29 21:10:44 Re: Million of rows
Previous Message Simon Riggs 2005-03-29 18:53:26 Re: Delete query takes exorbitant amount of time