Home
The Toolkit for Online Communities
15887 Community Members, 0 members online, 2035 visitors today
Log In Register

Forum OpenACS Development: Re: PREPARE considered beneficial

OpenACS Home : Forums : OpenACS Development : Re: PREPARE considered beneficial : One Message

+
Posted by Don Baccus on
PL/pgSQL saves the execution plans for the queries in a function, has forever.

I would rather do "lazy preparing" than prepare all queries on start-up.  That would significantly slow down our already too-slow server restart time.