Re: hstore improvements? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: hstore improvements?
Date
Msg-id 23902.1236989108@sss.pgh.pa.us
Whole thread Raw
In response to Re: hstore improvements?  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> Or we could increase the size of hstore values so as to provide more
>> than 32 bits total for this, but that would presumably be pessimal for
>> all existing applications; there is evidently no one using more than
>> 64K, or we'd have heard complaints before.

> Would it work to allow storing toast pointers for values?

Given that there is nobody using this for values > 64K, that seems like
far too much complication.  (Hint: how you gonna vacuum toast pointers
embedded within datums?  Especially within a datatype that isn't even
known to the core code?)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: parallel restore item dependencies
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Has anybody think about changing BLCKSZ to an option of initdb?