Are indexes blown?

Поиск
Список
Период
Сортировка
От Phoenix Kiula
Тема Are indexes blown?
Дата
Msg-id e373d31e0802150255m1dc208d2o219876e91c11de33@mail.gmail.com
обсуждение исходный текст
Ответы Re: Are indexes blown?
Re: Are indexes blown?
Список pgsql-general
Hi,

I have an index on the user_id field in the query below:

   myuser=# delete from clients where user_id like '64.22.91.%';
   DELETE 22
   Time: 220324.975 ms

Is there any reason why it's taking 220 seconds to run this simple
query? There are about 3 million rows in this table.

How can I debug this? How can I check if the index is bloated or
blown? From the VACUUM ANALYZE output, nothing like this is apparent.

Thanks.

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

Предыдущее
От: Balázs Klein
Дата:
Сообщение: Re: dynamic crosstab
Следующее
От: "Shoaib Mir"
Дата:
Сообщение: Re: Are indexes blown?