Re: Indexes on functions

Поиск
Список
Период
Сортировка
От Michael Richards
Тема Re: Indexes on functions
Дата
Msg-id 3BCE35D6.00000B.93192@frodo.searchcanada.ca
обсуждение исходный текст
Список pgsql-sql
I'm going to write a function in C that parses XML. Is there any way 
to index the output of this function? I've got 10,000,000 rows that 
contain XML data and I need to efficiently find the ones that contain 
the proper keys. I tried pulling the values I want from the data and 
putting it in its own table but with an average of 20 items that just 
grows to an unmanageable size.

-Michael
_________________________________________________________________    http://fastmail.ca/ - Fast Free Web Email for
Canadians

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

Предыдущее
От: Oleg Lebedev
Дата:
Сообщение: SQL parser and/or optimizer
Следующее
От: CoL
Дата:
Сообщение: Re: index problem