Re: Cannot Delete - Mailing list pgsql-general

From Tom Lane
Subject Re: Cannot Delete
Date
Msg-id 29783.1063901237@sss.pgh.pa.us
Whole thread Raw
In response to Cannot Delete  (Alex <alex@meerkatsoft.com>)
Responses Re: Cannot Delete
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql and blob
Next
From: Lamar Owen
Date:
Subject: Re: State of Beta 2