Re: DELETE SQL too slow.

Поиск
Список
Период
Сортировка
От Diogo Biazus
Тема Re: DELETE SQL too slow.
Дата
Msg-id 3D7505F4.5020001@ikono.com.br
обсуждение исходный текст
Ответ на DELETE SQL too slow.  (Diogo Biazus <diogo@ikono.com.br>)
Ответы Re: DELETE SQL too slow.  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: Diogo Biazus
Дата:
Сообщение: Re: Postgresql data designer
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Where can I find more information of XML support in