MySQL Forums
Forum List  »  Stored Procedures

Re: Extending/modifying MySQL around stored procedures
Posted by: Nigel Rudd
Date: February 01, 2017 01:54AM

> The main optimisation
> problem with MySQL, though---as with all
> relational database dialects---is at another level
> entirely: SQL, not C++.
I agree - the main problems most systems have is badly designed databases & lack of optimised SQL.
But I've also worked with systems where networking (and interprocess communication) becomes a performance issue. If you can 'predict' where issues may lie you can try and put the effort in the appropriate layer at the beginning rather than trying to re-engineer solutions once the problems start.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Extending/modifying MySQL around stored procedures
582
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.