Temporary hash tables

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Temporary hash tables
Date: 2002-02-18 10:58:11
Message-ID: 20020218215811.D19812@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

For a module I'm thinking of writing, I need to be able to build a hash
table in memory. I guess with hard-disk backing if it got too big.
nodeHash.c has some good code but it's not really generic and I'm wondering
if perhaps someone has already done this before?

Similarly for storing random tuples in a list, though that is not anywhere
as difficult to write.

Any ideas? Thanks in advance...
--
Martijn van Oosterhout <kleptog(at)svana(dot)org>
http://svana.org/kleptog/
> Terrorists can only take my life. Only my government can take my freedom.

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2002-02-18 11:10:24 [Fwd: Re: Errors with building PG 7.2 on Mandrake 8.0]
Previous Message Justin Clift 2002-02-18 09:44:37 [Fwd: Re: Errors with building PG 7.2 on Mandrake 8.0]