Re: R-Trees in PostgreSQL

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: R-Trees in PostgreSQL
Дата
Msg-id 1257208879.2649.15.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на R-Trees in PostgreSQL  (Viktor Rosenfeld <listuser36@googlemail.com>)
Ответы Re: R-Trees in PostgreSQL
Re: R-Trees in PostgreSQL
Список pgsql-general
On Tue, 2009-11-03 at 00:25 +0100, Viktor Rosenfeld wrote:
> I'd like to know what kind of functions I have to implement for a R-Tree
> index on numeric columns,

NUMERIC is scalar, so an R-Tree doesn't make much sense. You can install
btree_gist (a contrib module) to be able to use numeric columns as part
of a GiST index.

If you have more complex spatial data, you should look into PostGIS.

Regards,
    Jeff Davis


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

Предыдущее
От: Viktor Rosenfeld
Дата:
Сообщение: R-Trees in PostgreSQL
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Help with postgresql memory issue