Most voted "integrity" questions
2 questions
Sort by count of
- 
		4 votes2 answers174 viewsHow to send queries simultaneously to test Transactions efficiency in Mysql?I have a table Innodb in Mysql where I store a user’s account balance. To give a UPDATE on the balance I use Transactions to prevent two or more queries from trying to give UPDATE simultaneously and… 
- 
		3 votes1 answer259 viewsTesting data integrity using Mysql TransactionsI’m using an Ecommerce system that uses Mysql Transactions to maintain data integrity, for example in the simultaneous purchase of multiple customers of the same product where the system needs to…