Re: understanding post gres indexes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: understanding post gres indexes
Дата
Msg-id 1141592781.24513.73.camel@localhost.localdomain
обсуждение исходный текст
Ответ на understanding post gres indexes  (IYENGAR SURESH PARTHASARATHY <suresh@cse.iitb.ac.in>)
Список pgsql-general
On Sun, 2006-03-05 at 08:50 +0530, IYENGAR SURESH PARTHASARATHY wrote:
> i want to fully understand the functioning of postgres indexes with
> respect to the code.

See src/backend/access/ in the source tree, specifically the nbtree/,
hash/, gist/ and index/ subdirectories -- each directory has a README
with some additional information. Personally I find the hash index code
easiest to understand, although it has the fewest features.

-Neil



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

Предыдущее
От: "William Penberthy"
Дата:
Сообщение: Re:
Следующее
От: Noel Faux
Дата:
Сообщение: Re: Data corruption zero a file - help!!