From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Concurrence GiST |
Date: | 2003-12-30 09:40:03 |
Message-ID: | 3FF147F3.90102@sigaev.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi!
I'll have time and wish to work on concurrence GiST during january.
Now I am reading some paper about this and looking into code of postgres for
lock management. As I see, postgres doesn't support intentional lock. Is it
right? or I missed something...
I can use NSN (node sequence number) and I find recommendation to use LSN (WAL
log sequence number) as NSN. NSN must be stored in page and I found that page
(PageHeaderData struct) already has XLogRecPtr for storing LSN. My question is:
who is manage this field? Is it filled automatically or I should write code to
manage it?
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Gill | 2003-12-30 09:53:27 | Restrict users from describing table |
Previous Message | Shridhar Daithankar | 2003-12-30 08:34:26 | Re: [GENERAL] Is my MySQL Gaining ? |