- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 67字
- 2021-08-20 10:06:10
Archive
This storage engine is used to store large amounts of historical data without any indexes. Archive tables do not have any storage limitations. The archive storage engine is optimized for high insert operations and also supports row-level locking. These tables store data in a compressed and small format. The archive engine does not support DELETE or UPDATE operations; it only allows INSERT, REPLACE, and SELECT operations.
推薦閱讀
- 計算機網絡
- VMware View Security Essentials
- 深入淺出Spring Boot 2.x
- PHP網絡編程學習筆記
- TypeScript項目開發實戰
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Fast Data Processing with Spark(Second Edition)
- Android應用開發實戰
- GitHub入門與實踐
- 交互式程序設計(第2版)
- OpenCV Android開發實戰
- 30天學通C#項目案例開發
- Java EE項目應用開發
- Java 11 and 12:New Features
- RESTful Web API Design with Node.js