Re: [HACKERS] BTree free pages again

2002-10-23 Thread Manfred Koizar
Alvaro, some time ago I started to collect ideas for btree reorganization but never got beyond brainstorming. Maybe it helps if I add them to your ideas ... On Tue, 22 Oct 2002 00:12:30 -0300, Alvaro Herrera <[EMAIL PROTECTED]> wrote: >I propose instead an hybrid approach: the metapage has an a

[HACKERS] BTree free pages again

2002-10-21 Thread Alvaro Herrera
Hello hackers, I've been toying around with freelist in btrees, getting lots of deadlocks and bootstrap problems. I think I've learned something about the code, though. Just for the record: I already read Lehman and Yao's paper and I think I grok it. There's few ideas I'd like to present and ge