bulk DELETE speed

Поиск
Список
Период
Сортировка
От Kuhn, Dylan K (4520500D)
Тема bulk DELETE speed
Дата
Msg-id 78ED1F30F0D85B4698FBD6CF2A5AC8F5A576D4@NAWECHLKEX01VA.nadsuswe.nads.navy.mil
обсуждение исходный текст
Ответы Re: bulk DELETE speed
Re: bulk DELETE speed
Список pgsql-admin

I'm trying to figure out why deletes are slow on a particular table. 

I have a few tables with millions of rows, and have noticed that deleting rows is many times slower on one of them.  It does have PL/PGSQL before and after delete triggers.  I've tried disabling the triggers in pg_trigger, dropping them, doing the deletes in transactions, with exclusive locks -- nothing seems to work.  Maybe it isn't the triggers at all, and I need to do some sort of analysis on my table to figure out why it is slow?

Does anyone have any other tricks for speeding up bulk deletes? 

Thanks,
Dylan Kuhn

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

Предыдущее
От: "Pedro C. Arias"
Дата:
Сообщение: Re: [GENERAL] why www.postgresql.org is not working
Следующее
От: "Marie G. Tuite"
Дата:
Сообщение: Re: bulk DELETE speed