Re: Patch: plan invalidation vs stored procedures

Поиск
Список
Период
Сортировка
От Decibel!
Тема Re: Patch: plan invalidation vs stored procedures
Дата
Msg-id 2AC7CAF8-72B1-49B6-B10D-46289B0D32F3@decibel.org
обсуждение исходный текст
Ответ на Re: Patch: plan invalidation vs stored procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Aug 20, 2008, at 9:18 AM, Tom Lane wrote:
> However I have no hard evidence to back up drawing the line there  
> rather
> than somewhere else.  Anyone have data on what sort of DDL changes are
> common in their applications?


I've worked in environments where we used stored functions  
extensively and where we didn't. Table DDL is generally fairly common  
in both cases, and if stored functions or views are used, it's very  
common for table DDL to trigger updates in views and functions. It's  
fairly common to have to update just functions to kill bugs or change  
functionality. Trigger changes are a bit less frequent, and views are  
probably the least frequent.
-- 
Decibel!, aka Jim C. Nasby, Database Architect  decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828



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

Предыдущее
От: "Brendan Jurd"
Дата:
Сообщение: Re: [FINALLY] the TODO list has migrated to Wiki
Следующее
От: Decibel!
Дата:
Сообщение: Re: Improving non-joinable EXISTS subqueries