[PATCHES] BTree vacuum before page splitting

2006-01-27 Thread Junji TERAMOTO
ame Tuples Pages File Size public.accounts_pkey 16688 10004100 21899 175192 public.branches_pkey 16684 10044352 <== public.tellers_pkey 16686 100026208 <== We also test this patch on DBT-2. -- Junji Teramoto / teramoto.junji (a) lab.ntt.co.jp NTT

Re: [PATCHES] BTree vacuum before page splitting

2006-01-30 Thread Junji TERAMOTO
nd doesn't update the code comments is unacceptable. The comments > are as important as the code, if not more so, because other people > are going to have to read this after you. I'm sorry. I will write the comment more, and I will contribute the patch again. -- Junji Teramoto /

Re: [PATCHES] BTree vacuum before page splitting

2006-02-01 Thread Junji TERAMOTO
Thanks! I had misunderstood the content of the comment. I think that I can understand the problem now. I might be able to present the solution of the restarting an index scan. I try to correct the patch. Simon Riggs wrote: > On Tue, 2006-01-31 at 15:18 +0900, Junji TERAMOTO wrote: >>