Re: large string storage in Postgresql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: large string storage in Postgresql
Date: 2010-01-17 06:40:58
Message-ID: 4B52B0FA.8070608@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Craig Ringer wrote:
> In any case, for objects > 2GB you don't really have much choice
> except to use PostgreSQL's large object features. See:

I thought LO were limited to <= 2GB ? TOAST can handle up to 1GB. >
2GB and you'll need to break it up into several LOs.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message AI Rumman 2010-01-17 07:10:28 pg_database_size
Previous Message John R Pierce 2010-01-17 06:34:18 Re: large string storage in Postgresql