Re: 9.0: Too many features. Help us choose!

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: 9.0: Too many features. Help us choose!
Дата
Msg-id 4C2164B3.1060208@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: 9.0: Too many features. Help us choose!  (Leif Biberg Kristensen <leif@solumslekt.org>)
Список pgsql-advocacy
Leif Biberg Kristensen wrote:
> And an item such as "Red-Black Trees for improved GIN index updates " is just plain humiliating. How
> many persons on this planet knows what that is?
>

A Red-Black tree is an efficient way to store and manipulate the sorts
of data trees common to database index implementations:
http://en.wikipedia.org/wiki/Red-black_tree ; they're one of the
standard things taught in computer science classes.

GIN is a special type of PostgreSQL index:
http://www.postgresql.org/docs/current/static/gin-intro.html that is
useful for purposes such as full-text search:
http://www.postgresql.org/docs/current/static/textsearch-indexes.html

Put the two together, and you have improved GIN index updates, relative
to the less optimized tree structure used in earlier versions.  As for
how many people understood that from the short description, I'd expect
that anyone with a formal CS background who also works on PostgreSQL
would, guessing at least a few dozen developers floating around the
community match that combination.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: 9.0: Too many features. Help us choose!
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: 9.0: Too many features. Help us choose!