Re: [HACKERS] Vacuum thoughts

2003-11-01 Thread Cuong Bui (lokishop.nl)
i've already done some work back in august. I tried to implement ARC in pgsql but failed to due to lack of time. After renewed discussion with Bruce and Jan, i've decided to give it another try. So hopefully w'll have a patch soon from me or Jan. The algorithm itself is very elegant

[HACKERS] some questions about buffer management

2003-06-30 Thread Cuong bui
hi all, i'm progressing with my implementation of ARC to try to replace LRU. I have the following questions: - When do we know we have a page fault ? i've found AddBufferToFreelist() to be one. but are there other places as well ? - What variable holds the number of our cache capacity ? i'm gu