Re: Datatype sizes; a space and speed issue?

Поиск
Список
Период
Сортировка
От Joel Matthew
Тема Re: Datatype sizes; a space and speed issue?
Дата
Msg-id 20040623144429.EA3F.REES@ddcom.co.jp
обсуждение исходный текст
Ответ на Re: Datatype sizes; a space and speed issue?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Ответы Re: Datatype sizes; a space and speed issue?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> ... the length will be stored first (4 bytes)
> and the actual content following it

Section 8.3 of the manual seems to indicate that the actual character
data is stored in a separate file (background table -- I guess that
might not be a separate file?) for text, unspecified width char, and
char fields which exceed the specified length.

--
Joel Matthew <rees@ddcom.co.jp>


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

Предыдущее
От: Joel Matthew
Дата:
Сообщение: Re: Datatype sizes; a space and speed issue?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Datatype sizes; a space and speed issue?