Re: Question about storage subsystem of PotgreSQL

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: javadi <seyyedahmad(dot)javadi(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Question about storage subsystem of PotgreSQL
Date: 2013-06-03 20:41:16
Message-ID: 1370292076.39983.YahooMailNeo@web162903.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

javadi <seyyedahmad(dot)javadi(at)gmail(dot)com> wrote:

> I want to find some architectural information about the storage
> subsystem of PostgreSQL especially the modulus which are responsible to
> loading data from disk to the Shared Buffer.  I cannot find any
> structured and useful information on web.
>
> Would you please help me to find such information.
>
> Should I read the source code?
>
> Which part of code is responsible to reading data from the disk?

You might find the README for the storage manager helpful:

http://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/storage/smgr/README

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-06-03 21:26:08 Re: Vacuum, Freeze and Analyze: the big picture
Previous Message Bruce Momjian 2013-06-03 20:33:47 Re: Question about storage subsystem of PotgreSQL