Does a transaction lock my table when I\'m running multiple queries?
Example: if another user will try to send data in same time which I use transaction, what will happe
You have to implement transaction smartly. Below are some performance related points :-
These are few points you can do.