Question about storage subsystem of PotgreSQL - Mailing list pgsql-hackers

From javadi
Subject Question about storage subsystem of PotgreSQL
Date
Msg-id 51A9C1B9.3060007@gmail.com
Whole thread Raw
Responses Re: Question about storage subsystem of PotgreSQL  (Bruce Momjian <bruce@momjian.us>)
Re: Question about storage subsystem of PotgreSQL  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
Hi

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?

Regards

Javadi




pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Partitioning performance: cache stringToNode() of pg_constraint.ccbin
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Vacuum, Freeze and Analyze: the big picture