If you found this video helpful, you could check the full course on Udemy. In this course, you’ll find tips for tuning PostgreSQL 12 like a pro.
Use the link below to get a 60% OFF.
PostgreSQL High-Performance Tuning Guide - Full Course
https://www.udemy.com/course/postgres...
The main process on the server, called the daemon process has quite a few responsibilities, for instance: initializing shared data structures and memory space, performing recovery, kicking off utility processes such as background writer, checkpointer, autovacuum launcher, log writer, stats collector process, and so on. Furthermore, the daemon process also listens for connection requests and then spawn new server processes for each client.