Categories

InnoDB

Ray Taylor July 11, 2016
No votes yet.
Please wait...

InnoDB is a storage engine for MySQL. It is usually included by default to MySQL 5.5 and later versions.

InnoDB provides MySQL with a transactional storage engine and crash recovery capabilities.

Also features row level locking, consistent non-locking read in SELECTs and common tablespace for all tables. Row level locking ensures that during an UPDATE, nobody can access that particular row, until the locking transaction issues a COMMIT.

Therefore, mostly, InnoDB is being used when data integrity is in top priority.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.