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)
Список
Дерево обсуждения
Adding fields on the fly Gail Zacharias <gz@clozure.com>
Re: Adding fields on the fly Peter Eisentraut <peter_e@gmx.net>
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 по дате отправления