PostgreSQL - Conceptual Architecture of PostgreSQL Database - Overview!
PostgreSQL - Conceptual Architecture of PostgreSQL Database - Overview!
In this video described all about PostrgreSQL database Conceptual Architecture and its overview. PostgreSQL is an objected oriented architecture broken up into three large subsystems. These subsystems are: Client Server (also known as the Front End) Server Processes Database Control Within these subsystems, other architectures such as a hybrid pipe and filter (in the Postgres Server process), implicit invocation (in the Postmaster), client-server (with the Postmaster as the server), and object oriented (in the database control) .
Hope this helps!
Cheers!
Ramesh.
Post a Comment: