table as hashtable

From: "Anton Andreev" <Anton(dot)Andreev(at)fmi(dot)uni-sofia(dot)bg>
To: pgsql-general(at)postgresql(dot)org
Subject: table as hashtable
Date: 2006-04-12 16:00:48
Message-ID: 33404.83.228.1.250.1144857648.squirrel@poshta.fmi.uni-sofia.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Can I use a Postgre table as hashtable\\?

when I do select where column='test', I want this to be done by hashtable,
not linear, not by b-tree. I do not need to sort, sum or else I just want
to get the value as fast as possible.

10x to anyone answering me

Cheers,
Anton

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2006-04-12 16:28:28 Leverage your PostgreSQL V8.1 skills to learn DB2
Previous Message Magnus Hagander 2006-04-12 15:57:55 Re: How to import a CSV file (originally from Excel)