Re: delete is getting hung when there is a huge data in table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: delete is getting hung when there is a huge data in table
Дата
Msg-id 32691.1430626393@sss.pgh.pa.us
обсуждение исходный текст
Ответ на delete is getting hung when there is a huge data in table  (Mitu Verma <mitu.verma@ericsson.com>)
Ответы Re: delete is getting hung when there is a huge data in table
Список pgsql-general
Mitu Verma <mitu.verma@ericsson.com> writes:
> 1. If postgreSQL has some limitations for deletion of large data?

Not as such, but you've not given us any details that would permit
comment.

A reasonably likely bet is that this table is referenced by a foreign key
in some other table, and that other table has no index on the referencing
column.  That would make the FK is-it-ok-to-delete checks very slow.

            regards, tom lane


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

Предыдущее
От: Mitu Verma
Дата:
Сообщение: delete is getting hung when there is a huge data in table
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: delete is getting hung when there is a huge data in table