Re: TUPLE SIZE HELP

Поиск
Список
Период
Сортировка
От B. Palmer
Тема Re: TUPLE SIZE HELP
Дата
Msg-id 20000717201117.AAA24984@mailserver.sixdegrees.com@sorrow
обсуждение исходный текст
Ответ на TUPLE SIZE HELP  (Thomas Swan <tswan@olemiss.edu>)
Ответы Re: TUPLE SIZE HELP  (Thomas Swan <tswan@olemiss.edu>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Swan
Дата:
Сообщение: TUPLE SIZE HELP
Следующее
От: Thomas Swan
Дата:
Сообщение: Re: TUPLE SIZE HELP