
Tuning PostgreSQL Server – How are data block visits and undo implemented in PostgreSQL?
In PostgreSQL, data block visits and undo are implemented as part of the storage and transaction management systems. In summary, PostgreSQL implements data block visits and undo through a combination of the buffer manager, the […]