Gaetano Mendola
2004-05-04 07:04:39 UTC
Hi all,
is it normal that in a select like:
select * from foo where expired;
the index on expired is not used?
If I rewrite that query:
select * from foo where expired = true;
then the index is used!
I'm using postrgres 7.4.2
Regards
Gaetano Mendola
is it normal that in a select like:
select * from foo where expired;
the index on expired is not used?
If I rewrite that query:
select * from foo where expired = true;
then the index is used!
I'm using postrgres 7.4.2
Regards
Gaetano Mendola