Re: TUPLE SIZE HELP
B. Palmer <bpalmer@sixdegrees.com>
From: "B. Palmer" <bpalmer@sixdegrees.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, "Thomas Swan" <tswan@olemiss.edu>
Date: 2000-07-17T20:06:43Z
Lists: 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