global index - work in progress patch

From: "Srinath K" <srinath_k(at)persistent(dot)co(dot)in>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: global index - work in progress patch
Date: 2009-03-26 14:16:33
Message-ID: 000301c9ae1d$773338e0$6599aaa0$@co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'm implementing "global index" - an index that indexes all tables in an
inheritance hierarchy. For complete feature description, please refer
README.user.

Attached zip contents:
1. README.user: features and limitations from user perspective
2. README.dev: design and implementation notes
3. global_index.sql, global_index.out: regression test and its output
4. tests.txt: concurrency test cases; this and the regression tests should
give an idea of how the feature actually works.
5. gbl_indx_wip1: patch file w.r.t. anoncvs checkout dated 1 Dec 08.

Please do provide any feedback you might have about the implementation, and
ideas regarding limitations/bugs.

Thanks,
Srinath.

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.

Attachment Content-Type Size
global_index.zip application/octet-stream 54.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-03-26 14:37:15 Re: pg_dump Add dumping of comments on index columns
Previous Message Guillaume Smet 2009-03-26 11:54:46 Re: New trigger option of pg_standby