Re: Learning to hack Postgres - Keeping track of ctids

From: Emrul <emrul(at)emrul(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Learning to hack Postgres - Keeping track of ctids
Date: 2016-09-30 11:34:57
Message-ID: 1475235297408-5923757.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks Craig, I will look at that code.

The alternative I'm considering is whether I can define my own index type on
the column storing my array of primary key ids. The index would, for each
primary key id just provide a reference to the ctids of the related records.

In theory, I think this might be less work. However, I am yet to find a
simple/bare index implementation that I can build upon.

--
View this message in context: http://postgresql.nabble.com/Learning-to-hack-Postgres-Keeping-track-of-ctids-tp5923649p5923757.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2016-09-30 11:47:50 Re: Hash Indexes
Previous Message Heikki Linnakangas 2016-09-30 11:10:09 Re: multivariate statistics (v19)