Skip to content
#Databases

PostgreSQL 15 inside

#Databases #DistributedSystems #Architecture #SoftwareArchitecture #Software

This interesting book by Rogov from Postgres Pro immerses in the inner workings of a popular database. To be honest, I haven’t read this book yet... but I did read a previous edition called Postgres. 14 From the inside, which is on my shelf in paper form:) The electronic version of the book is free. Get it from Postgres Pro.. The book contains more than six hundred pages, which are combined into 5 parts given below

  1. Isolation and multiversion
  2. Buffer cache and magazine
  3. Lockdown
  4. Implementation of requests
  5. Types of indexes

By the way, I started reading this book about Postgres after studying.Database InternalsIt was interesting to compare the authors’ approaches to the description of the problems:)

#Databases #DistributedSystems #Architecture #SoftwareArchitecture #Software