Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is engine in mysql

2025-03-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Today, I would like to talk to you about engine in mysql. Many people may not know much about it. In order to make you understand better, the editor has summarized the following for you. I hope you can get something according to this article.

Mysql engine represents the storage engine, which is a specific subsystem dealing with files in MySQL. The storage engine of MySQL is plug-in, which customizes a file access mechanism according to an abstract interface of the file access layer provided by MySQL AB.

Engine: storage engine

Storage engine is a specific subsystem dealing with files in MySQL. It is also one of the most distinctive features of MySQL.

MySQL's storage engine is plug-in. It customizes a file access mechanism (called storage engine) according to an abstract interface of the file access layer provided by MySQL AB.

Now there are many kinds of storage engines, each of which has different advantages, the most commonly used one is MyISAM,InnoDB,BDB.

By default, MySQL uses the MyISAM engine, which has fast query speed, good index optimization and data compression technology. But it does not support transactions.

InnoDB supports transactions, provides row-level locking, and is widely used.

MySQL also supports its own customized storage engine, and even different tables in a library use different storage engines, which are allowed.

!

After reading the above, do you have any further understanding of engine in mysql? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 255

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report