MatheusFarias03 commented on issue #355: URL: https://github.com/apache/age/issues/355#issuecomment-1333789926
From reading the three first chapters of "The Internals of PostgreSQL", I have learned how the database cluster is structured (both physically and logically), the processes and memory architecture (backend processes, the local and shared memory area), the query processing, how the backend process handles the queries, how it is structured in five subsystems (parser, analyser, rewriter, planner and executor). Also learned how some join operations function, like the merge join, nested loop join and the hash join. -- 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]
