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