Re: pg temp tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg temp tables
Дата
Msg-id 28340.1173167190@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg temp tables  ("Anton Melser" <melser.anton@gmail.com>)
Ответы Re: pg temp tables
Список pgsql-general
"Anton Melser" <melser.anton@gmail.com> writes:
> Thanks for your reply. I am managing a db that has some export scripts
> that don't do a drop/create, but rather a delete from at the start of
> the proc (6 or 7 tables used for this, and only this). Now given that
> there is no vacuuming at all going on - this is clearly suboptimal but
> in the general case is this better/worse than using temporary tables?

Delete all rows, you mean?  Have you considered TRUNCATE?

            regards, tom lane

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

Предыдущее
От: "Anton Melser"
Дата:
Сообщение: Re: pg temp tables
Следующее
От: brian
Дата:
Сообщение: Re: Wikipedia on Postgres (was Re: postgresql vs mysql)