Configuring InnoDB Thread Concurrency for Performance

InnoDB depends on operating system threads to process the requests from user transactions, These transactions include requests to InnoDB before commit or rollback. The modern operating systems and servers with multi-core processors, where context switching […]

InnoDB deadlocks explained with example

A deadlock happens when transaction holds lock that the another one needs, This usually happens when multiple transactions are waiting for a resource  to become available, neither ever release the locks it holds. A deadlock […]

UA-155183614-1