Types of Engines that Are Supported in MySQL

Types of Engines that Are Supported in MySQL

MySQL supports multiple types of storage engines. There are specific engines that are meant for specific needs. Understanding of these storage engines is beyond the scope of the current discussion.

Using the query below will display the list of available engines that are supported in MySQL. The details should be self explanatory.

Query

SHOW ENGINES;

Output:

+-----------------------+-----------+---------------------------------------------------------------+---------------+------+------------+| Engine            | Support   | Comment                                           | Transactions  | XA   | Savepoints |+-----------------------+-----------+---------------------------------------------------------------+---------------+------+------------+| InnoDB             |    DEFAULT   | Supports transactions, row-level locking, and foreign keys   | YES          | YES  | YES       || MRG_MYISAM         |    YES       | Collection of identical MyISAM tables                      | NO          | NO   | NO        || MEMORY             |    YES       | Hash based, stored in memory, useful for temporary tables      | NO          | NO   | NO        || BLACKHOLE             |    YES       | /dev/null storage engine (anything you write to it disappears)| NO          | NO   | NO        || MyISAM             |    YES       | MyISAM storage engine                                  | NO          | NO   | NO        || CSV                |    YES       | CSV storage engine                                  | NO          | NO   | NO        || ARCHIVE             |    YES       | Archive storage engine                               | NO          | NO   | NO        || PERFORMANCE_SCHEMA   |    YES       | Performance Schema                                  | NO          | NO   | NO        || FEDERATED             |    NO       | Federated MySQL storage engine                         | NULL         | NULL | NULL       |+-----------------------+-----------+---------------------------------------------------------------+---------------+------+------------+

These values of Engine types can be used as needed by our project requirements and are typically used during table creation.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several