Re: 32KB Tuples

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: 32KB Tuples
Дата
Msg-id 20000606152254.D16194@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Re: 32KB Tuples  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
What exactly is a "tuple"? One entire row of a table? Or one "line" of a
reply to a query? (I suspect it's the entire row of a table, but I have had
a case with text fields, where one field was updated with about 7k. All
selects would deal either with that field or the others. The first time the
8k limit struck was with with a pg_dump/restore were obviously the entire
row was used, so maybe it's just the size of the reply?)

Cheers,

Patrick

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Errors attempting to insert duplicate values
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Re: How to backup db with large objects?