Re: Printing page request trace from buffer manager

2021-02-20 Thread Alvaro Herrera
On 2020-Dec-08, Irodotos Terpizis wrote: > Initially, I modified the code within the BufferAlloc method in the > bufmgr.c file, > to log the pages that were requested and were already in the cache, > the pages that were evicted and the pages that > replaced them. However, I feel that this might no

Printing page request trace from buffer manager

2020-12-07 Thread Irodotos Terpizis
Hello, A description of what you are trying to achieve and what results you expect.: I am a student and I am new in PSQL. I am working on a research project and an initial step is to trace the page request of the buffer manager. I need to know which page was evicted from the buffer and which page