Connecting Tech Pros Worldwide Forums | Help | Site Map

HELP: Indexes

Member
 
Join Date: Jul 2006
Posts: 47
#1: Mar 7 '08
Hi everybody!

I have two questions concerning postgresql indexes:

1- Does PostgreSQL support bitmap indexes?
2- How does one create GIN indexes? (If you could give me an example, that would be great)

Best Regards

Moderator
 
Join Date: Dec 2006
Location: Europe
Posts: 292
#2: Mar 7 '08

re: HELP: Indexes


Quote:

Originally Posted by zeny

Hi everybody!

I have two questions concerning postgresql indexes:

1- Does PostgreSQL support bitmap indexes?
2- How does one create GIN indexes? (If you could give me an example, that would be great)

Best Regards

See at postgresql.org, sample links
http://www.postgresql.org/docs/curre...h-indexes.html
http://www.postgresql.org/docs/curre...eateindex.html
http://www.postgresql.org/docs/curre...ic/xindex.html
Reply