How efficient are Views

Поиск
Список
Период
Сортировка
От John Taylor
Тема How efficient are Views
Дата
Msg-id 02061216020706.03223@splash.hq.jtresponse.co.uk
обсуждение исходный текст
Ответы Re: How efficient are Views
Re: How efficient are Views
Список pgsql-novice
Hi,

I'm thinking about using a view for my application.

However, I'm wondering about how efficient it will be once I have a large amount of data
loaded.

Are views generated for every access ?
Are they generated when the underlying data changes ?

Whould it maybe be faster to have a seperate table alongside the base data, and
generate it via a trigger or stored procedure ?

Thanks
JohnT

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

Предыдущее
От: ben.carlyle@invensys.com
Дата:
Сообщение: Postgresql Historical data store
Следующее
От: John Taylor
Дата:
Сообщение: Optimising inside transactions