Questions tagged as 'integridade'

2
answers

How to send queries simultaneously to test the efficiency of Transactions in MySQL?

I have an InnoDB table in MySQL where I store a user's account balance. To give a% of the balance I use Transactions to prevent two or more queries from attempting to give UPDATE simultaneously and end up corrupting the balance amount...
asked by 06.07.2015 / 10:07
1
answer

Test data integrity using MySQL Transactions

I am using an ecommerce system where you use MySQL Transactions to maintain data integrity , for example in the simultaneous purchase of several customers of the same product where the system needs to decrease inventory and prevent it from bei...
asked by 05.09.2015 / 02:50