Re: 1600 Column limit..

Поиск
Список
Период
Сортировка
От Tommi Maekitalo
Тема Re: 1600 Column limit..
Дата
Msg-id 200211151124.42164.t.maekitalo@epgmbh.de
обсуждение исходный текст
Ответ на Re: 1600 Column limit..  (Neil Conway <neilc@samurai.com>)
Список pgsql-general
Hi,



Am Freitag, 15. November 2002 11:16 schrieb Neil Conway:
> Tommi Maekitalo <t.maekitalo@epgmbh.de> writes:
> > In a 1600 column table the database will do a linear search for data
> > in a row.
>
> Why's that?
>
> Cheers,
>
> Neil

one thing is to locate rows in a database. This is optimized and we can see
this in the query plan. But what does postgresql do, when he knows the row
and he should decide, which columns to send back? I'm not sure, but I would
suspect, that he just searches for columns with matching names. This can be
done with optimized access of systemtables, but the result are some
column-ids, which has to be located in the row.


Tommi


--
Dr. Eckhardt + Partner GmbH
http://www.epgmbh.de

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: 1600 Column limit..
Следующее
От: pginfo
Дата:
Сообщение: running query