Re: Fast way to delete big table?

Поиск
Список
Период
Сортировка
От hmzha2
Тема Re: Fast way to delete big table?
Дата
Msg-id 1463461424463-5903917.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Fast way to delete big table?  (Charles Clavadetscher <clavadetscher@swisspug.org>)
Ответы Re: Fast way to delete big table?  ("Charles Clavadetscher" <clavadetscher@swisspug.org>)
Список pgsql-general
Hi Charles,

Thanks.

The reason I dont have condition when selecting is it's faster than having.
Because my aim is to go through every row, find values of few columns and
append them to a summary table. Then delete the row from the table. So find
the rows on the fly is fine for me.

I have tried to reduce the number of rows to be processed, even I process 1
row in production machine, it takes 24 hours to finish.

Regards,
Haiming



--
View this message in context: http://postgresql.nabble.com/Fast-way-to-delete-big-table-tp5903787p5903917.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Charles Clavadetscher
Дата:
Сообщение: Re: Ascii Elephant for text based protocols - Final
Следующее
От: hmzha2
Дата:
Сообщение: Re: Fast way to delete big table?