Re: Extending/modifying MySQL around stored procedures
> To understand how a stored procedure is translated into it's [sic]
> pseudo code can help in optimizing code.
MySQL stored routines add flow constructs and a few other elements to SQL. The main optimisation problem with MySQL, though---as with all relational database dialects---is at another level entirely: SQL, not C++.
Subject
Views
Written By
Posted
3495
January 21, 2017 08:59AM
733
January 21, 2017 04:28PM
720
January 31, 2017 01:12PM
763
January 31, 2017 02:04PM
705
January 31, 2017 03:20PM
Re: Extending/modifying MySQL around stored procedures
732
January 31, 2017 03:37PM
664
February 01, 2017 01:54AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.