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.
Subject
Views
Written By
Posted
3522
January 21, 2017 08:59AM
743
January 21, 2017 04:28PM
730
January 31, 2017 01:12PM
773
January 31, 2017 02:04PM
711
January 31, 2017 03:20PM
741
January 31, 2017 03:37PM
Re: Extending/modifying MySQL around stored procedures
672
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.