Re: not using indexes on large table - Mailing list pgsql-performance

From Vincenzo Romano
Subject Re: not using indexes on large table
Date
Msg-id 200704212258.07094.vincenzo.romano@gmail.com
Whole thread Raw
In response to not using indexes on large table  (Jeroen Kleijer <jeroen.kleijer@xs4all.nl>)
List 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.

pgsql-performance by date:

Previous
From: Jeroen Kleijer
Date:
Subject: not using indexes on large table
Next
From: Andreas Kostyrka
Date:
Subject: Re: not using indexes on large table