Re: Configuration tips for very large database

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Nico Sabbi <nicola(dot)sabbi(at)poste(dot)it>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Configuration tips for very large database
Date: 2015-02-12 22:38:01
Message-ID: 2034701464.2446674.1423780681188.JavaMail.yahoo@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Nico Sabbi <nicola(dot)sabbi(at)poste(dot)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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Nico Sabbi 2015-02-12 22:48:13 Re: Configuration tips for very large database
Previous Message Nico Sabbi 2015-02-12 22:25:54 Configuration tips for very large database