PostgreSQL Fundamentals: Architecture

Go to class
Write Review

PostgreSQL Fundamentals: Architecture provided by AWS Skill Builder is a comprehensive online course, which lasts for 1 hour of material. Upon completion of the course, you can receive an e-certificate from AWS Skill Builder. The course is taught in Englishand is Free Certificate. Visit the course page at AWS Skill Builder for detailed price information.

Overview
  • Intended Audience

    This course is intended for:

    • Database administrators
    • Database developers
    • Database architects
    • Database engineers


    Course Objectives

    In this course, you will learn how to:

    • Understand the architecture of a PostgreSQL database
    • Read, write, and edit data in a PostgreSQL database
    • Store data in a PostgreSQL database


    Prerequisites

    We recommend that attendees of this course have the following prerequisites:

    • Taken the PostgreSQL Fundamentals course
    • Familiarity with relational databases
    • Familiarity with structured query language (SQL)


    Delivery Method

    This course is delivered through:

    • Digital training


    Duration

    1 hour


    Course Outline

    This course covers the following concepts:

    • Client Architecture
    • Server Overview
    • Process Components
    • Memory Components
    • Per-Session Memory
    • Data Directory
    • base Directory
    • Block / Page Layout
    • Storing Large Values
    • TOAST Table
    • pg_wal Directory
    • On-Disk Components
    • In-Motion
    • Connect Request
    • Reading Data
    • Writing (or deleting) Data
    • MVCC
    • Logical Layout
    • Logical-Physical Mappings