| From: | "K(dot) Srinath" <k(dot)srinath(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | global index - work in progress |
| Date: | 2009-04-02 15:59:59 |
| Message-ID: | f23fee3f0904020859t10e0b352n9d4682855c12b095@mail.gmail.com |
| Views: | Whole Thread | Raw Message | 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.
Also, any ideas on how the concurrency tests can be automated?
Thanks,
Srinath.
| Attachment | Content-Type | Size |
|---|---|---|
| global_index.zip | application/zip | 54.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | K. Srinath | 2009-04-02 16:01:08 | questions about not-null constraints and inheritance |
| Previous Message | David E. Wheeler | 2009-04-02 15:48:57 | Re: [HACKERS] Mentors needed urgently for SoC & PostgreSQL Student Internships |