truncate vs. delete

Поиск
Список
Период
Сортировка
От Emi Lu
Тема truncate vs. delete
Дата
Msg-id 488884D8.1070406@encs.concordia.ca
обсуждение исходный текст
Ответы Re: truncate vs. delete  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-sql
Good morning,

If I remember correctly, "delete" does not release space, while truncate 
will.

I have an option now

(1) Use object creator(with create/drop permission which I do not need 
in my cronjob script) to truncate table1(>100,000 recs) records

(2) Use user1(has r/w only) to delete from table1, then vacuum it

May I know how inefficient "delete from" comparing to truncate please?

Thanks a lot!




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

Предыдущее
От: "Anoop G"
Дата:
Сообщение: postgres time zone settings
Следующее
От: Emi Lu
Дата:
Сообщение: Re: truncate vs. delete