Re: Adding fields on the fly

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Adding fields on the fly
Дата
Msg-id Pine.LNX.4.44.0310222350000.8099-100000@peter.localdomain
обсуждение исходный текст
Ответ на Adding fields on the fly  (Gail Zacharias <gz@clozure.com>)
Список pgsql-general
Gail Zacharias writes:

> Is this even possible? Is ALTER TABLE supported?

Yes. (RTFM)

> If so, what performance characteristics can I expect?  Compared to, say,
> inserting a record, can I expect this to be 10 times slower? 1000 times
> slower? What does the performance depend on?  Number of rows? Number of
> columns? Number of tables? anything else?

Adding a column runs in constant time.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Josué Maldonado
Дата:
Сообщение: Indexes and querys
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Indexes and querys