Re: Dissapearing indexes, what's that all about?

Поиск
Список
Период
Сортировка
От Len Morgan
Тема Re: Dissapearing indexes, what's that all about?
Дата
Msg-id 001e01c0bac6$b9794f80$0908a8c0@H233.bstx.cc
обсуждение исходный текст
Ответ на Dissapearing indexes, what's that all about?  (Daniel ?erud <zilch@home.se>)
Список pgsql-general
>Hey people,
>have a very strange problem now...
>It's that when my database with the script i'm using a
>explain select * from acc where username='britta' yields an
>index scan. Very nice. But after some time being up the
>same thing yields a SEQUENTIAL scan. What's happening
>folks? =) No more than update's select's and vacuums has
>been invoked.

Are you doing vacuum or vacuum analyze?  I believe only the 'vacuum analyze'
function cleans up the indexing statistics.

len


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

Предыдущее
От: Daniel ?erud
Дата:
Сообщение: Dissapearing indexes, what's that all about?
Следующее
От: Patrik Kudo
Дата:
Сообщение: Re: Using Indices