pgsql: Replace the "New Linear" GiST split algorithm for boxes and poin

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Replace the "New Linear" GiST split algorithm for boxes and poin
Дата
Msg-id E1RBi2k-00073R-Ut@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Replace the "New Linear" GiST split algorithm for boxes and points with a
new double-sorting algorithm. The new algorithm produces better quality
trees, making searches faster.

Alexander Korotkov

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7f3bd86843e5aad84585a57d3f6b80db3c609916

Modified Files
--------------
src/backend/access/gist/gistproc.c |  811 +++++++++++++++++++++++++-----------
1 files changed, 557 insertions(+), 254 deletions(-)


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

Предыдущее
От: mhasegawa@pgfoundry.org (User Mhasegawa)
Дата:
Сообщение: pgbulkload - pgbulkload: Support PostgreSQL 9.1
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add postmaster -C option to query configuration parameters, and