Re: type of b-tree

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: type of b-tree
Дата
Msg-id 3661.1153677783@sss.pgh.pa.us
обсуждение исходный текст
Ответ на type of b-tree  (David Hoksza <david.hoksza@seznam.cz>)
Ответы Re: type of b-tree  (David Hoksza <david.hoksza@seznam.cz>)
Список pgsql-general
David Hoksza <david.hoksza@seznam.cz> writes:
> Hi, could anybody tell me which variation of B-tree PostgreSQL uses, that
> it can handle more than one column?

Plain old b+ tree ... we just treat the keys as compound, ie the
"compare" operation compares columns until finding a difference.

> Some link would be great.

Use the source Luke ...

http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/

            regards, tom lane

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

Предыдущее
От: David Hoksza
Дата:
Сообщение: type of b-tree
Следующее
От: Claire McLister
Дата:
Сообщение: Error dumping and restoring postgis db