|
|
|
|
|
by einhverfr
5334 days ago
|
|
"This is a good verifiable point? I remember using MySQL cluster when it first shipped. That was a disaster. I also remember using MySQL from a .NET project and opened up a good 3-4 separate bugs about concurrency issues where you could easily deadlock a thread trying to pull a connection from the connection pool." You can STILL deadlock a transaction against itself in MySQL w/Innodb. How do they let this happen? I do not know. I just know I have been bitten by deadlocks in multi-row inserts quite often there enough to get really really frustrated when I use that db. This is in fact documented in the MySQL manual. For better or worse, projects which start out without a goal to offer highly reliable software from the start never seem to be able to offer it later. |
|
You could say "don't use SQL Server"..or you could say "it's important that you understand SQL Server's locking behavior"