Bruce Momjian: Inside PostgreSQL shared memory

PostgreSQL uses processes, rather than threads. In order for them to communicate, they use shared memory. In this talk, PostgreSQL contributor Bruce Momjian describes how PostgreSQL uses shared memory, and what data is contains and passes among the various processes. If you always wanted to know how PostgreSQL stores and retrieves information before it goes onto the disk, this talk is for you!

Leave a Reply