Database | Understanding InnoDB Transaction Flow on MySQL

preview_player
Показать описание
#MySQL is the world's most popular open-source relational database management system. In this technical deep-dive, learn various phases that any transactions go through and how it impacts your database performance and security.

We will also have a look at why various customers of Alibaba use RDS MySQL (which is a managed service and has been used by numerous customers of Alibaba across the globe) to manage their OLTP applications.
Рекомендации по теме
Комментарии
Автор

can you tell me why large deletion taking time or you can save how to prevent with gap locking when large deletion is perform

Also have one question is it to mysql query with out transaction as default was auto committed when you are designing CRM

kalpeshbhad
Автор

redo files flushed to data files? That seems wrong to me.
Redo are just for crash recovery.

pbx