Re: limits?

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: limits?
Дата
Msg-id 48606ECF.1020709@wildenhain.de
обсуждение исходный текст
Ответ на Re: limits?  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
Thomas Kellerer wrote:
> Steve Atkins wrote on 23.06.2008 20:21:
>  > In real use you're unlikely to hit any limits, theoretical or practical,
>
> I imagine that the 1GB column-value limit is something that could be
> reached though. Especially for BLOB (aka bytea) or CLOB (aka text) columns.

No, since they are stored out of band (toast tables). For *lob there is
a lob type which stored the data completely separate, not to be confused
with bytea and text (varchar).

Tino.

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tables referenced from insert...returning
Следующее
От: "Michael Shulman"
Дата:
Сообщение: what are rules for?