Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: partial index + select query performance



am  Thu, dem 13.03.2008, um 12:51:54 +0530 mailte petchimuthu lingam folgendes:
> 
> I have created partial index on a field with conditions, if   field _a > 200
> and field_a  < 300.
> 
> I using the select query with condition as field_a in ( 100, 250, 289,  ),
> 
> Will it use the index.

Why do you ask us, ask your PG, simple type

explain select ... from ... where field_a in ( 100, 250, 289 )


PG shows you the execution plan. But i guess, the index are not used,
because the value 100 are not in the index.


Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group