Re: not using indexes on large table

From: Vincenzo Romano <vincenzo(dot)romano(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: not using indexes on large table
Date: 2007-04-21 20:58:06
Message-ID: 200704212258.07094.vincenzo.romano@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Saturday 21 April 2007 22:17:42 Jeroen Kleijer wrote:
> I've tried several things but doing a query like:
> select distinct volume from project_access_times

I'm new too but an "order by volume" could help!

In any case maybe a different table design with a separate table for the
"distinct volumes" could help even more.

--
Vincenzo Romano
----
Maybe Computers will never become as intelligent as
Humans. For sure they won't ever become so stupid.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Andreas Kostyrka 2007-04-21 21:17:04 Re: not using indexes on large table
Previous Message Jeroen Kleijer 2007-04-21 20:17:42 not using indexes on large table