- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 150字
- 2021-08-20 10:06:09
InnoDB
In MySQL 8, InnoDB is the default storage engine broadly used out of all other available storage engines. InnoDB was released with MySQL 5.1 as a plugin in 2008 and this is considered as default storage engine from the version 5.5 and later. InnoDB has been taken over by Oracle Corporation in October 2005, from the Innobase Oy, which is a Finland-based company.
InnoDB tables support ACID-compliant commits, rollback, and crash recovery capabilities to protect user data. It also supports row-level locking, which helps with better concurrency and performance. InnoDB stores data in clustered indexes to reduce I/O operations for the all SQL select queries based on the primary key. InnoDB also supports FOREIGN KEY constraints that allows better data integrity for the database. The maximum size of an InnoDB table can scale up to 256 TB, which should be good enough to serve many big data use cases.
- SQL Server 2016從入門到精通(視頻教學超值版)
- Java Web及其框架技術
- Python數據分析從0到1
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Android應用開發實戰
- Hadoop大數據分析技術
- 青少年學Python(第2冊)
- C語言程序設計
- Java Web開發基礎與案例教程
- C語言程序設計教程
- 少兒編程輕松學(全2冊)
- CISSP in 21 Days(Second Edition)
- Swift編程實戰:iOS應用開發實例及完整解決方案
- Python 3.8編程快速入門