MySql simply works and works well. It is exactly as described: a robust, relational DB which scales nicely to 100s of millions of rows. Plus, many web developers are familiar with using it so there is no shortage of expertise available. If you are doing...
The documentation is good as far as it goes, but must manual pages are seriously short on examples.
It’s very handy and easy to manage as database is lightweight.
When coupling sophisticated queries with user input, performance can get sluggish.It becomes too slow with stored procedures running with user data variables.
MySql simply works and works well. It is exactly as described: a robust, relational DB which scales nicely to 100s of millions of rows. Plus, many web developers are familiar with using it so there is no shortage of expertise available. If you are doing...
It’s very handy and easy to manage as database is lightweight.
The documentation is good as far as it goes, but must manual pages are seriously short on examples.
When coupling sophisticated queries with user input, performance can get sluggish.It becomes too slow with stored procedures running with user data variables.