Slashdot Mirror


User: systay

systay's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Correctness isn't negotiable on MySQL Beats Commercial Databases in Labs Test · · Score: 1

    It's just not true. If you are working in a transaction with higher isolation level than read committed, the locks will hold until the transaction is committed.

    The whole point of using an ACID RDBMS is knowing you're dealing with accurate data and not guesses or estimates.