Re: Indexing for Expression type data using GIST

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Indexing for Expression type data using GIST
Дата
Msg-id 20080327193404.GA15848@svana.org
обсуждение исходный текст
Ответ на Indexing for Expression type data using GIST  (Wizard Shah <wizardshah@hotmail.com>)
Ответы Re: Indexing for Expression type data using GIST
Список pgsql-hackers
On Thu, Mar 27, 2008 at 02:03:09PM -0500, Wizard Shah wrote:
> Hi All,
>
> I am trying to implement indexing mechanism for the Expression type
> data using GIST. For that purpose I need to store some extra
> information in the Meta-Data of the GIST Index.

There is no real provision for this but, depending on what it is there
may be other options. For example perhaps you can use the typmod or
something like that.

> The information is entered when the index is created on the table.
> Can any body give me some suggestion how to do that. I'll be really
> grateful.

If you provide some more information about what the information
represents we might be able to give you a better idea.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

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

Предыдущее
От: Wizard Shah
Дата:
Сообщение: Indexing for Expression type data using GIST
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql and named pipes