Re: indexes not working very well - Mailing list pgsql-general

From Stephan Szabo
Subject Re: indexes not working very well
Date
Msg-id Pine.BSF.4.21.0103231209070.47309-100000@megazone23.bigpanda.com
Whole thread Raw
In response to indexes not working very well  ("Vilson farias" <vilson.farias@digitro.com.br>)
List pgsql-general
Have you vacuum analyzed recently?

On Fri, 23 Mar 2001, Vilson farias wrote:

> Greetings,
>
>     I have a little problem here and need some help. I created a table where
> indexes are not working very well here. Please take a look at the code below
> (it's easier).
>
> bxs=# EXPLAIN SELECT hora_minuto FROM hora_minuto WHERE hora_minuto >
> '13:43:00';
> NOTICE:  QUERY PLAN:
>
> Seq Scan on hora_minuto  (cost=0.00..22.50 rows=333 width=8)
>
> EXPLAIN


pgsql-general by date:

Previous
From: Bill Barnes
Date:
Subject: HOWTO for pg 7.1 installation from cvs
Next
From: "Matt Friedman"
Date:
Subject: Re: Slow SELECT...IN statements