Re: [INTERFACES] Re: Index unused with OR?

From: Teodorescu Constantin <teo(at)flex(dot)flex(dot)ro>
To: mstaedt(at)va-sigi(dot)va(dot)fh-ulm(dot)de, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Re: Index unused with OR?
Date: 1998-05-14 14:28:35
Message-ID: 199805141428.RAA02682@flex.flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> > Not using the index in OR queries was some-time ago a bug in
> > PostgreSQL 6.1 if my memory is good. Think that has been solved in
> > new releases, am I wrong ?

w=> explain select * from p where (m=29000) or (m=30000);
NOTICE: QUERY PLAN:

Seq Scan on p (cost=0.00 size=0 width=10)
It seems that it was not solved :-(

Let's hear also some other answers from the developers ...

Please make another try ! I have discovered once a strange thing : that if I am vacuuming the database as another user than root, the statistics table isn't properly updated. I think that it was a problem with my database, I have reported but noone has reported the same thing again , so ... the problem it has been dropped.

Make another try logging as postgres user, issue "psql yourdb" command and then vacuum. Repeat the EXPLAIN query and check if it's the same result!

Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Olaf Mittelstaedt 1998-05-14 14:59:04 Re: Index unused with OR?
Previous Message Olaf Mittelstaedt 1998-05-14 14:20:56 Index unused with OR?