Re: Configuration tips for very large database - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: Configuration tips for very large database
Date
Msg-id 2034701464.2446674.1423780681188.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to Configuration tips for very large database  (Nico Sabbi <nicola.sabbi@poste.it>)
Responses Re: Configuration tips for very large database  (Nico Sabbi <nicola.sabbi@poste.it>)
Re: Configuration tips for very large database  (Claudio Freire <klaussfreire@gmail.com>)
List pgsql-performance
Nico Sabbi <nicola.sabbi@poste.it> wrote:

> Queries get executed very very slowly, say 20 minutes.

> I'd like to know if someone has already succeeded in running
> postgres with 200-300M records with queries running much faster
> than this.

If you go to the http://wcca.wicourts.gov/ web site, bring up any
case, and click the "Court Record Events" button, it will search a
table with hundreds of millions of rows.  The table is not
partitioned, but has several indexes on it which are useful for
queries such as the one that is used when you click the button.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-performance by date:

Previous
From: Nico Sabbi
Date:
Subject: Configuration tips for very large database
Next
From: Nico Sabbi
Date:
Subject: Re: Configuration tips for very large database