Re: contrib mode - pgenv

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: contrib mode - pgenv
Дата
Msg-id Pine.LNX.4.44.0309230041020.3603-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: contrib mode - pgenv  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: contrib mode - pgenv
Список pgsql-patches
Tom Lane writes:

> I should think there would be a notable performance advantage, since
> one need not create a temp table (which in our current implementation is
> just as expensive as creating a permanent table); not to mention
> dropping the temp table later, vacuuming up the resulting dead rows in
> pg_class and pg_attribute, etc.  Whether that advantage is great enough
> to justify a nonstandard feature is unproven, but I imagine Mike could
> answer it with a little experimentation.

We could support that if we implemented temporary tables with the standard
SQL semantics, namely that the table structure persists but the data is
deleted at the end of the session.  That would also help in some other
scenarios, such as creating functions that reference temporary tables.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От:
Дата:
Сообщение: bug in clusterdb script
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: contrib mode - pgenv