From: | Yury Bokhoncovich <byg(at)center-f1(dot)ru> |
---|---|
To: | Alvaro Herrera <alvherre(at)atentus(dot)com> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | btree page merging |
Date: | 2002-09-13 04:08:48 |
Message-ID: | Pine.LNX.4.33.0209131050360.4736-100000@panda.center-f1.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello!
I recommend two good sources of information in English:
http://www.nist.gov/dads/ further look for balanced trees and kins
(BTW, there is some other interesting algorithms alike patricia).
and well-known Donald Knuth's monography, namely, volume 3. (I mean
"The Art of Computer Programming".)
its description can be found at
http://www-cs-faculty.stanford.edu/~knuth/taocp.htm
You can also look at how MUMPS (where B+trees is the "heart" of
DBMS) handles B+trees if curious:
--
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: byg(at)center-f1(dot)ru(dot)
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-09-13 04:09:06 | Re: OPAQUE and 7.2-7.3 upgrade |
Previous Message | Philip Warner | 2002-09-13 03:55:01 | Re: OPAQUE and 7.2-7.3 upgrade |