Re: Very slow DELETE on 4000 rows of 55000 row table

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Very slow DELETE on 4000 rows of 55000 row table
Дата
Msg-id 880852.63314.qm@web31801.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Very slow DELETE on 4000 rows of 55000 row table  (Bryce Nesbitt <bryce1@obviously.com>)
Ответы Re: Very slow DELETE on 4000 rows of 55000 row table
Список pgsql-sql
> But I DELETE all conflicting those rows prior to the slow DELETE, just
> so the FK check is never hit.  Should I be looking at subverting the FK
> check mechanism somehow?  The necessary index would be huge, and
> relevant only on this particular operation which happens every few
> months, if that.

true, but without an index, it still has to scan the table just to be sure.


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

Предыдущее
От: Bryce Nesbitt
Дата:
Сообщение: Re: Very slow DELETE on 4000 rows of 55000 row table
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: slow query