Re: hstore improvements? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: hstore improvements?
Date
Msg-id 8263.1237060251@sss.pgh.pa.us
Whole thread Raw
In response to Re: hstore improvements?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: hstore improvements?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> As an hstore user, I'd be fine with simply limiting it to 64K (or, heck, 
> 8K) and throwing an error.  I'd also be fine with limiting keys to 255 
> bytes, although we'd have to warn people.

Yeah, 255 might well be more of a problem than the other limit.  We
could move to something like 10/22 or 12/20 split, which would give
us 1KB/4MB or 4KB/1MB limits.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: parallel restore item dependencies
Next
From: Tom Lane
Date:
Subject: Re: Should SET ROLE inherit config params?