Re: Hstore::TooBig ?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Hstore::TooBig ?
Date: 2013-11-01 01:04:03
Message-ID: 5272FE03.4000507@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/31/2013 5:11 PM, john gale wrote:
> The further questions still apply though; are there documented size
> limitations for hstore?

afaik only the practical limits of how big you want your tables to get,
and the 1GB limit of the underlying text representation. having many
1000s of keys in a single hstore would likely make for some painful
performance, and nasty memory requirements (returning all keynames, for
instance, so you could enumerate them, ouch)

--
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 Dann Corbit 2013-11-01 02:46:33 Re: postgresql-9.3.1-1-windows-x64.exe does not install correctly for me
Previous Message john gale 2013-11-01 00:12:27 Re: Hstore::TooBig ?