Re: how pgsql writes tuples on disk
- From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
- To: jorge alberto <jorge(dot)is(dot)a(dot)geek(at)gmail(dot)com>
- Cc: pgsql-hackers(at)postgresql(dot)org
- Subject: Re: how pgsql writes tuples on disk
- Date: Mon, 30 Apr 2007 16:35:37 +0200
- Message-id: <4635FEB9.2080504@sun.com> <text/plain>
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
Home |
Main Index |
Thread Index