Hi, on other RDBMS (Oracle,etc...),there is an index called bitmap index that greatly improve performance compared to btree index for boolean value (such as for a sex value,it's either M or F),i would like to know if such index will be implemented inside PostgreSQL. Best regards, PEJAC Pascal
Next: From: Junfeng Zhang Date: 2000-12-04 15:31:14 Subject: Re: Using Threads? Previous: From: pejac Date: 2000-12-04 15:26:39 Subject: Add-on