Re: Largest PG database known to man!

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Largest PG database known to man!
Date: 2013-10-02 02:05:09
Message-ID: 524B7F55.8060401@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/1/2013 6:53 PM, Stephen Frost wrote:
> I don't think I'd recommend building a single-image PG database on that
> scale but rather would shard it.

sharding only works well if your data has natural divisions and you're
not doing complex joins/aggregates across those divisions.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tim Uckun 2013-10-02 02:54:18 Timestamp with and without timezone conversion confusion.
Previous Message Stephen Frost 2013-10-02 01:53:23 Re: Largest PG database known to man!