Re: row is too big: size 8916, maximum size 8136

Поиск
Список
Период
Сортировка
От Mark Kirkwood
Тема Re: row is too big: size 8916, maximum size 8136
Дата
Msg-id 43967576.9050507@paradise.net.nz
обсуждение исходный текст
Ответ на row is too big: size 8916, maximum size 8136  (Euler Taveira de Oliveira <eulerto@yahoo.com.br>)
Список pgsql-hackers
Euler Taveira de Oliveira wrote:
> Hi,
> 
> I'm doing some tests with a 700 columns' table. But when I try to load
> some data with INSERT or COPY I got that message. I verified that the
> BLCKZ is limiting the tuple size but I couldn't have a clue why it's
> not using TOAST. I'm using PostgreSQL 8.0.3 in Slackware 10.1 box.
> Let me know if you want a test case or other useful information.
> 
> 

700 columns - yuck... recompiling with BLCKSZ=16384 or 32768 (say) might 
allow you this many ....(will require an initdb).

regards

Mark


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Maxwell
Дата:
Сообщение: Re: Replication on the backend
Следующее
От: Markus Schiltknecht
Дата:
Сообщение: Re: Replication on the backend