Re: Partitioning

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Partitioning
Date: 2015-01-19 07:23:14
Message-ID: 54BCB0E2.5020405@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/18/2015 11:13 PM, James Sewell wrote:
>
> Each index is about 2.5GB, I suspect I am trying to read a these into
> memory in entirety.

an 11GB table with a (presumably integer) primary key requires an 2.5GB
index ? 100 of these would need 250GB of shared_buffers to stay
resident, not likely.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeremy Palmer 2015-01-19 07:32:05 Re: SSO Windows-to-unix
Previous Message James Sewell 2015-01-19 07:13:06 Re: Partitioning