pgsql: Add a few paragraphs to B-tree README explaining L&Y algorithm.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Add a few paragraphs to B-tree README explaining L&Y algorithm.
Дата
Msg-id E1Xss53-0003ct-Rb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/49b86fb1c97878ea2e3a8118df072c95f60077ac

Modified Files
--------------
src/backend/access/nbtree/README |   21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Distinguish XLOG_FPI records generated for hint-bit updates.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow simplification of EXISTS() subqueries containing LIMIT.