global index - work in progress

Поиск
Список
Период
Сортировка
От K. Srinath
Тема global index - work in progress
Дата
Msg-id f23fee3f0904020859t10e0b352n9d4682855c12b095@mail.gmail.com
обсуждение исходный текст
Ответы Re: global index - work in progress  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: global index - work in progress  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Список 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.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: [pgsql-www] Mentors needed urgently for SoC & PostgreSQL Student Internships
Следующее
От: "K. Srinath"
Дата:
Сообщение: questions about not-null constraints and inheritance