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
3423
January 21, 2017 08:59AM
696
January 21, 2017 04:28PM
678
January 31, 2017 01:12PM
714
January 31, 2017 02:04PM
660
January 31, 2017 03:20PM
Re: Extending/modifying MySQL around stored procedures
665
January 31, 2017 03:37PM
628
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.