MySQL Engine Os 44
MySQL Engine Os 44
MySQL Engine Os 44
Storage Engines
MySQL
Database Management Level
Storage engines are MySQL
Parse Optimize
Retrieve components that handle the SQL
Store
MySQL Server uses a pluggable
storage engine architecture that
Pluggable Storage Engines
Disadvantages:
• No caching for data
• No support for Foreign Key
• No support for Relational Database
• No Transactions for related tables
InnoDB
Advantages:
• Accept Foreign Key
• Support Full Text Search (starting from5.6.4)
• Accept updates in transactions between related tables
• Accept Cash
• Default Engine
Disadvantages:
• Storage 64 TB
561
MySQL® for Developers | © MySQL AB 2009