dukeofhazardz commented on issue #354:
URL: https://github.com/apache/age/issues/354#issuecomment-1500698692

   Summary of the second chapter of the book 'Internals of PostgreSQL'
   
   The second chapter of the book 'The Internals of PostgreSQL' provides a 
summary of the process architecture and memory architecture in PostgreSQL to 
help readers understand the subsequent chapters.
   
   PostgreSQL is a client/server type RDBMS with a multi-process architecture 
that runs on a single host. The PostgreSQL server comprises of various 
processes, including postgres server processes, backend processes, background 
processes, replication-associated processes, and background worker processes. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to