Re: New Access Method

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: New Access Method
Дата
Msg-id 20070303194614.GA20659@svana.org
обсуждение исходный текст
Ответ на New Access Method  ("Alan Gatt" <alangatt@gmail.com>)
Список pgsql-hackers
On Sat, Mar 03, 2007 at 07:38:15PM +0100, Alan Gatt wrote:
> Hello,
>
> I am trying to create a new index which is multidimensional (based on
> R-Tree) which can be used for data warehosuing. I have read the Developers'
> manual about adding new indexes, and now I want to start coding the new
> index.

As stated you havn't given any details as to the actual problem.

However, you don't need to change the source tree at all to make a new
index on a type. You usually make the helper functions and then create
the operator class and you're done...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: PL/Python warnings in CVS HEAD
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: What is CheckPoint.undo needed for?