Re: bitmap AM design - Mailing list pgsql-hackers

From Pailloncy Jean-Gerard
Subject Re: bitmap AM design
Date
Msg-id 80e9e161701af8ca4cf0acb7e8e873f2@rilk.com
Whole thread Raw
In response to Re: bitmap AM design  (Hannu Krosing <hannu@tm.ee>)
Responses Re: bitmap AM design
List pgsql-hackers
Le 2 mars 05, à 21:17, Hannu Krosing a écrit :

> Ühel kenal päeval (teisipäev, 1. märts 2005, 14:54-0500), kirjutas
> pgsql@mohawksoft.com:
>> Now, it occurs to me that if my document reference table can refer to
>> something other than an indexed primary key, I can save a lot of index
>> processing time in PostgreSQL if I can have a "safe" analogy to CTID.
>
> I guess you could work on making hash indexes better (for concurrent
> access).
You should have a look to this thread
http://archives.postgresql.org/pgsql-hackers/2005-02/msg00263.php

Take a look at this paper about "lock-free parallel hash table"
http://www.cs.rug.nl/~wim/mechver/hashtable/

> 'a "safe" analogy to CTID' looks remarkably like hash index
>
> --
> Hannu Krosing <hannu@tm.ee>

Cordialement,
Jean-Gérard Pailloncy



pgsql-hackers by date:

Previous
From: Aaron Birkland
Date:
Subject: Re: Solving hash table overrun problems
Next
From: Neil Conway
Date:
Subject: Re: bitmap AM design