Re: TUPLE SIZE HELP

From: "B(dot) Palmer" <bpalmer(at)sixdegrees(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "Thomas Swan" <tswan(at)olemiss(dot)edu>
Subject: Re: TUPLE SIZE HELP
Date: 2000-07-17 20:06:43
Message-ID: 20000717201117.AAA24984@mailserver.sixdegrees.com@sorrow
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2000-07-17 20:55:43 Re: TUPLE SIZE HELP
Previous Message Thomas Swan 2000-07-17 18:58:08 TUPLE SIZE HELP