Index usage ? - Mailing list pgsql-admin

From R D
Subject Index usage ?
Date
Msg-id 20001212141948.3463.qmail@web10002.mail.yahoo.com
Whole thread Raw
Responses RE: Index usage ?  ("Graham Vickrage" <graham@digitalplanit.com>)
List pgsql-admin
Hi,
I'm making a database with table of over 50 000 000 i
created index on some columns but they are used only
in range search (e.g. WHERE column<100 AND column>10)
and point rearch (e.g. WHERE column=100). When I try
to execute some queries using only <,>,<= or >=  index
is not used.

 So is there any way to force ysage of the index with
this conditions.
I'm using BTREE as noted in Pg users guide.

please help!

regards,
Rumen

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

pgsql-admin by date:

Previous
From: "Trewern, Ben"
Date:
Subject: RE: Foriegn key constraint
Next
From: "Oliver Elphick"
Date:
Subject: Re: [GENERAL] postmaster does not start up