]> granicus.if.org Git - postgresql/commit
Add a few paragraphs to B-tree README explaining L&Y algorithm.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 24 Nov 2014 11:41:47 +0000 (13:41 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 24 Nov 2014 11:43:33 +0000 (13:43 +0200)
commit49b86fb1c97878ea2e3a8118df072c95f60077ac
treea6697c0b8b2ee5a4399fd3c2e54c9bdc9a3e92e8
parent0bd624d63b056205fda17a2d694d91db16468e3f
Add a few paragraphs to B-tree README explaining L&Y algorithm.

This gives an overview of what Lehman & Yao's paper is all about, so that
you can understand the rest of the README without having to read the paper.

Per discussion with Peter Geoghegan and others.
src/backend/access/nbtree/README