Re: Dissapearing indexes, what's that all about? - Mailing list pgsql-general

From Len Morgan
Subject Re: Dissapearing indexes, what's that all about?
Date
Msg-id 001e01c0bac6$b9794f80$0908a8c0@H233.bstx.cc
Whole thread Raw
In response to Dissapearing indexes, what's that all about?  (Daniel ?erud <zilch@home.se>)
List 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 by date:

Previous
From: Daniel ?erud
Date:
Subject: Dissapearing indexes, what's that all about?
Next
From: Patrik Kudo
Date:
Subject: Re: Using Indices