Re: Indexes

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Indexes
Дата
Msg-id Pine.BSF.4.21.0110121932250.99565-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Indexes  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
Список pgsql-sql
On Fri, 12 Oct 2001, Aasmund Midttun Godal wrote:

> Can someone shed some light on as to how the indexes actually work?
> 
> I want to index the results of a function, the function does a whole
> lot of different selects on different tables. Will the database know
> when to update the index.

AFAIK No.  The functions for functional indexes probably should only
depend upon the arguments and no outside data.  Anything else sounds like
a recipe for broken indexes.



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: DROP VIEWS
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: VARCHAR vs TEXT