Re: DELETE SQL too slow. - Mailing list pgsql-general

From Diogo Biazus
Subject Re: DELETE SQL too slow.
Date
Msg-id 3D7505F4.5020001@ikono.com.br
Whole thread Raw
In response to DELETE SQL too slow.  (Diogo Biazus <diogo@ikono.com.br>)
Responses Re: DELETE SQL too slow.  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
I already have ran VACUUM ANALYSE
And I used the REINDEX too.

Here is the explain:

NOTICE: QUERY PLAN:

Index Scan using palavrasbusca_codbusca_ix on palavrasbusca
(cost=0.00..333.43 rows=443 width=6)

My SQL is still running, it been more than one hour.

The table has a reference to one other table and it has an index.

>First try to VACUM ANALYZE.
>if this dont help, try to drop the index and recrate it ?
>
>also do you have enugh ram ?
>
--
Diogo de Oliveira Biazus
diogo@ikono.com.br
Ikono Sistemas e Automação
http://www.ikono.com.br



pgsql-general by date:

Previous
From: Diogo Biazus
Date:
Subject: Re: Postgresql data designer
Next
From: Bruce Momjian
Date:
Subject: Re: Where can I find more information of XML support in