"Stephen" <[EMAIL PROTECTED]> writes:

> ""Dann Corbit"" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > If you are always looking for exact matches, I would suggest
> > experimenting with a hashed index.
> 
> I already hashed the 5-way index under the column "id". Removing the 5-way
> index didn't improve responsiveness, but setting elvtune on Linux did! The
> 5-way index is still needed for my purposes.

He meant to use a "hash index" which is a type of index you can create in
postgres. However you should realize that hash indexes have some major bugs in
7.3 and prior. Even in 7.4 with a lot of bugs fixed they still have a lot of
limitations that make them probably not such a hot idea.

-- 
greg


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to