Transaction isolation relates to the visibility and impact of changes made in one transaction on concurrent transactions.
Questions tagged [transaction-isolation]
256 questions
-2
votes
1 answer
what is transaction isolation in mysql i need more explanation on it
please what transaction isolation in mysql is all about, and it advantage, because i start some research on it, but still I need more explanation on it.
this is what get about it
SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL
{
…