- A.2.1. Where can I obtain complete documentation for MySQL storage engines?
- A.2.2. Are there any new storage engines in MySQL 8.4?
- A.2.3. Have any storage engines been removed in MySQL 8.4?
- A.2.4. Can I prevent the use of a particular storage engine?
- A.2.5. Is there an advantage to using the InnoDB storage engine exclusively, as opposed to a combination of InnoDB and non-InnoDB storage engines?
- A.2.6. What are the unique benefits of the ARCHIVE storage engine?
A.2.1. | Where can I obtain complete documentation for MySQL storage engines? |
See Chapter 18, Alternative Storage Engines. That chapter contains
information about all MySQL storage engines except for the
| |
A.2.2. | Are there any new storage engines in MySQL 8.4? |
No. | |
A.2.3. | Have any storage engines been removed in MySQL 8.4? |
No. | |
A.2.4. | Can I prevent the use of a particular storage engine? |
Yes. The
| |
A.2.5. |
Is there an advantage to using the |
Yes. Using | |
A.2.6. |
What are the unique benefits of the |
The |