How PostgreSQL Inserts A New Record With The help of Table Access Method API and Buffer Manager
1. Introduction This blog talks about a high level description of the mechanism behind PostgreSQL to execute an INSERT query. This process involves many steps of processing before the data is put in the right place. These process normally involves several catalog cache lookup to determine if the destination table exists or several checking on…
Read more
Recent Comments