devilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agoMySQL momentlemmy.worldimagemessage-square11fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageMySQL momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 8 months agomessage-square11fedilink
minus-squarelowleveldata@programming.devlinkfedilinkarrow-up0·8 months agoIs this a MySQL specific problem? I have witnessed a few dead queries on Sybase / Oracle / etc
minus-squarebreadsmasher@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-28 months agoI don’t think its mysql specifically, but for some reason the worst systems I have used, all have mysql/mariadb as a database. It seems shitty applications gravitate to mysql, use it poorly, then bring a bad name to mysql. But given all my years of experience with it, MSSQL > Posgresql > Mysql > Oracle
minus-squarevapeloki@lemmy.worldlinkfedilinkarrow-up0·8 months agoI was a DBA for over 10 years. Postgresql is superior to mssql in most ways. Especially replication. But that does not mean that mssql is bad. MySQL is, oracle is.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up0·8 months agoUsually DBMSs have some small capacity to handle requests in parallel so everything slows down, but work is still getting done.
Is this a MySQL specific problem? I have witnessed a few dead queries on Sybase / Oracle / etc
I don’t think its mysql specifically, but for some reason the worst systems I have used, all have mysql/mariadb as a database.
It seems shitty applications gravitate to mysql, use it poorly, then bring a bad name to mysql.
But given all my years of experience with it, MSSQL > Posgresql > Mysql > Oracle
I was a DBA for over 10 years. Postgresql is superior to mssql in most ways. Especially replication.
But that does not mean that mssql is bad. MySQL is, oracle is.
Usually DBMSs have some small capacity to handle requests in parallel so everything slows down, but work is still getting done.