Massive delete of rows, how to proceed?

Поиск
Список
Период
Сортировка
От Peter Childs
Тема Massive delete of rows, how to proceed?
Дата
Msg-id a2de01dd0611250745je59cd36v77d5c7be76601cf2@mail.gmail.com
обсуждение исходный текст
Ответ на Massive delete of rows, how to proceed?  (Arnau <arnaulist@andromeiberica.com>)
Список pgsql-performance
On 24/11/06, Arnau <arnaulist@andromeiberica.com> wrote:
> Hi all,
>
>    I have a table with statistics with more than 15 million rows. I'd
> like to delete the oldest statistics and this can be about 7 million
> rows. Which method would you recommend me to do this? I'd be also
> interested in calculate some kind of statistics about these deleted
> rows, like how many rows have been deleted for date. I was thinking in
> creating a function, any recommendations?


Copy and drop old table. If you delete you will have a massive problem
with a bloated table and  vacuum will not help unless you expect the
table to grow to this size regulally otherwise vacuum full will take
ages.

Peter.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgres scalability and performance on windows
Следующее
От: andrew@pillette.com
Дата:
Сообщение: Re: Massive delete of rows, how to proceed?