Re: Having problems with a 25 million row table on 8.1.3 - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: Having problems with a 25 million row table on 8.1.3
Date
Msg-id 9e4684ce0604280051v246f9888x614f7de85433cacd@mail.gmail.com
Whole thread Raw
In response to Having problems with a 25 million row table on 8.1.3  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
List pgsql-general
On 4/25/06, Tony Caduto <tony_caduto@amsoftwaredesign.com> wrote:
So far it has worked great, but today someone wanted to get all the tax
codes(there are lot's of dupes) from the table.

others already suggested group by approach.
i would like to also suggest use of triggers to maintain tax codes list in separate table.
it would greatly speedup every future query that will need this list.

depesz

pgsql-general by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Installing PostgreSQL on Win 2003 R2 64-bit
Next
From: Terry Lee Tucker
Date:
Subject: Re: For vim users: Syntax highlighting for PostgreSQL