Re: [Zope] Stored Procedures Versus ZSQL Methods

[email protected] Tue, 17 Feb 2009 18:40:50 -0500
Newsgroups gmane.comp.web.zope.database
Message-ID <OF1DA8E9B2.1CFB5776-ON85257560.0081EAF5-85257560.008223E7@YKK-USA.COM>
Yes, with a stored procedure the DB does not have to reparse and
prepare a new plan for every query.  This can be a major win.  Esp. 
on Oracle.





Remy Pinsonnault <[email protected]> 
Sent by: [email protected]
02/17/2009 06:37 PM

To
[email protected], [email protected]
cc

Subject
[Zope] Stored Procedures Versus ZSQL Methods






Hello,

We have a Zope application with thousands of Z SQL methods connected to an 
Oracle Database.

Our DBA want us to develop our new applications using stored procedures 
called through external methods, instead of using directly Z SQL methods, 
for performance issues and memory usage.

Do stored procedures will allow better performance?

Thanks in advance

Rémy_______________________________________________
Zope maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )