About Lesson
The above diagram shows that PostgreSQL architecture consists of 2 main sections. As of now, we leave the discussion of physical files and we discuss about physical files in detail during our physical database layout discussion.
- Process Architecture.
- Memory Architecture.
Process Architecture: PostgreSQL has the following 4 process types.
- Client process
- Backend/Server process.
- Background processes
- Postmaster process.