- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 83字
- 2021-08-20 10:06:10
MyISAM
MyISAM was the default storage engine for MySQL prior to 5.5 1. MyISAM storage engine tables do not support ACID-compliant as opposed to InnoDB. MyISAM tables support table level locking only, so MyISAM tables are not transaction-safe. MyISAM tables are optimized for compression and speed. MyISAM is generally used when you need to have primarily read operations with minimal transaction data. The maximum size of a MyISAM table can grow up to 256 TB, which helps in use cases like data analytics.
推薦閱讀
- JavaScript:Functional Programming for JavaScript Developers
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 算法基礎:打開程序設計之門
- Learning SQLite for iOS
- Spring+Spring MVC+MyBatis整合開發實戰
- Python忍者秘籍
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Learning Material Design
- Go語言從入門到精通
- Java多線程并發體系實戰(微課視頻版)
- ArcPy and ArcGIS(Second Edition)
- 趣學數據結構
- Java Web 從入門到項目實踐(超值版)
- Practical Linux Security Cookbook
- 微信小程序開發圖解案例教程:附精講視頻(第3版)