Re: A thought on Index Organized Tables
От | Greg Stark |
---|---|
Тема | Re: A thought on Index Organized Tables |
Дата | |
Msg-id | 407d949e1002280602hb487003x26ee4756404c367@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: A thought on Index Organized Tables (Gokulakannan Somasundaram <gokul007@gmail.com>) |
Ответы |
Re: A thought on Index Organized Tables
Re: A thought on Index Organized Tables |
Список | pgsql-hackers |
On Sun, Feb 28, 2010 at 6:02 AM, Gokulakannan Somasundaram <gokul007@gmail.com> wrote: > So just with a addition of 8 bytes per tuple, we can have the snapshot > stored with the index. Can someone please comment on this? The transaction information on tuples take 18 bytes plus several info bits. It's possible just storing a subset of that would be useful but it's unclear. And I think it would complicate the code if it had to sometimes fetch the heap tuple to get the rest and sometimes doesn't. I think you have to take up a simpler project as a first project. This is a major overhaul of transaction information and it depends on understanding how a lot of different areas work -- all of which are very complex tricky areas to understand. -- greg
В списке pgsql-hackers по дате отправления: