Re: Temporary Table

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Temporary Table
Дата
Msg-id 20051107110719.GA7012@surnet.cl
обсуждение исходный текст
Ответ на Temporary Table  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Ответы Re: Temporary Table
Список pgsql-performance
Christian Paul B. Cosinas wrote:
> Does Creating Temporary table in a function and NOT dropping them affects
> the performance of the database?

The system will drop it automatically, so it shouldn't affect.

What _could_ be affecting you if you execute that function a lot, is
accumulated bloat in pg_class, pg_attribute, or other system catalogs.
You may want to make sure these are vacuumed often.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Performance problem with pg8.0
Следующее
От: Alex Turner
Дата:
Сообщение: Re: Performance PG 8.0 on dual opteron / 4GB / 3ware Raid5 / Debian??