Re: TUPLE SIZE HELP - Mailing list pgsql-hackers

From B. Palmer
Subject Re: TUPLE SIZE HELP
Date
Msg-id 20000717201117.AAA24984@mailserver.sixdegrees.com@sorrow
Whole thread Raw
In response to TUPLE SIZE HELP  (Thomas Swan <tswan@olemiss.edu>)
Responses Re: TUPLE SIZE HELP
List pgsql-hackers
>I've gone through the source some and found where MaxTupleSize is defined, 
>but I'm not sure what would be acceptable values to set it to.

Though 8k is the default tuple size,  you can change that number to be
up to 32k AT COMPILE TIME.  You can't,  however,  go above that size. 
The code base doesn't support a larger size.  At this time,  you can
either use Large Objects or wait a bit for the TOAST project to be
finish (is there a max for that?  2G?)

- Brandon
sixdegrees.com
w:  212.375.2688
c:  917.734.1981




pgsql-hackers by date:

Previous
From: Thomas Swan
Date:
Subject: TUPLE SIZE HELP
Next
From: Thomas Swan
Date:
Subject: Re: TUPLE SIZE HELP