Re: how pgsql writes tuples on disk

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: how pgsql writes tuples on disk
Дата
Msg-id 4635FEB9.2080504@sun.com
обсуждение исходный текст
Ответ на how pgsql writes tuples on disk  ("jorge alberto" <jorge.is.a.geek@gmail.com>)
Список pgsql-hackers
See http://www.postgresql.org/docs/8.2/interactive/storage.html

in code it is for example in

src/backend/storage/...
src/backend/utils/adt/...
src/backend/access/...

and very good also is
src/include/stroage/bufpage.h


I hope it helps
    Zdenek

jorge alberto wrote:
> Hello!
>  
> I wanna know where can I find the source code that writes tuples on 
> disk, right now I'm reading about object persistence and I wanna see how 
> it is done in pgsql
>  
> I hope you can help me
> regards
> jorge



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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Heap page diagnostic functions