Re: Field order

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Field order
Дата
Msg-id 20050818015909.GA10684@wolff.to
обсуждение исходный текст
Ответ на Re: Field order  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
On Wed, Aug 17, 2005 at 17:40:34 -0500,
  "Jim C. Nasby" <jnasby@pervasive.com> wrote:
>
> Ugh, and here I'd been doing it the other way around. I assume
> variable-length stuff should always go last, right?

I think it depends on the alignment of the type. Certain text, char and varchar
should go at the end. Nullable columns also make a difference since there is
a shortcut used for rows that contain nulls.

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

Предыдущее
От: "Michael Schmidt"
Дата:
Сообщение: Re: Field order
Следующее
От: Kevin Murphy
Дата:
Сообщение: Re: speeding up a query on a large table