MySQL Outline

Recently looking for a job, inadvertently brush to Daniel Golden MYSQL interview, take the opportunity to learn about some recording notes saw a large cattle.

Link below: https://gitbook.cn/gitchat/column/5d80aea449b2b1063b52990f

MySQL Universal Module 

MySQL module contains general overall concept, the implementation process, the database engine, the query cache, table space, back to the table the differences between queries, data type, memory tables, temporary tables, n ways to delete the table, enumeration, views, data recovery knowledge points.

MySQL index module

Index a direct impact on database performance.

MySQL transaction module

Affairs determines the stability of the program.

MySQL lock

Lock include: global locks, table locks, row locks, deadlocks, optimistic locking, pessimistic locking and so on, different database engines supported by the support lock granularity is different.

MySQL log

The key MySQL primary backup and disaster recovery and synchronization problems of exclusion

MySQL built-in functions and operation command

Mastery of built-in functions, represents your mastery of MySQL.

MySQL performance optimization and distributed

Performance is optimized and distributed interview to determine your key indicators of height, which includes performance optimization analysis and processing of slow queries.

 

 

 

Guess you like

Origin www.cnblogs.com/alinbling/p/11600753.html