Re: Resources

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: Resources
Дата
Msg-id 3.0.6.32.20020111141809.021c4eb0@pop6.sympatico.ca
обсуждение исходный текст
Ответ на Re: Resources  (Chester Carlton Young <chestercyoung@yahoo.com>)
Список pgsql-sql
Or you could create a function to extract the data from an existing field,
then index on the function?

At 09:39 AM 1/11/02 -0800, Chester Carlton Young wrote:
>In regards to not being able to change tables, a common trick (eg, in
>data warehousing) where tables are read only, is to have a trigger on
>the table populate a secondary table with good index info (like ripping
>street name out of the address) and the oid of the original row.  The
>query is a little more complex, but very good performance.
>
>
>> You mention that it may be too late to change the tables, but I guess
>> that's where I'd look next- I once had a similar situation when I
>> worked for an electric utility & we ended up parsing the address lines
>> to find road names & numbers and then loading them into special indexed
>> fields just used for sorting. If you control the input app, maybe you
>> could even have the user enter the fields you want to query on separately.
>>
>> -Nick


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

Предыдущее
От: "Karl Raven"
Дата:
Сообщение: Re: change null to 0 in SQL script
Следующее
От: Frank Bax
Дата:
Сообщение: Re: Resources