Re: Cannot Delete

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cannot Delete
Дата
Msg-id 29783.1063901237@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cannot Delete  (Alex <alex@meerkatsoft.com>)
Ответы Re: Cannot Delete  (Alex <alex@meerkatsoft.com>)
Список pgsql-general
Alex <alex@meerkatsoft.com> writes:
> hi have a table with 2.5 million records which i try do delete. i have
> several constraints on it too.
> i tried to delete the records using delete but it does not seem to work.
> the delete runs forever. hrs...
> i cannot truncate it as it complains about foreign keys.

It's a good bet that you need to create indexes on the columns that
reference this table via foreign keys.  Without such indexes, updates
and deletes on the referenced table will be really slow.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql and blob
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: State of Beta 2