- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 119字
- 2021-08-20 10:06:08
Acquiring data in MySQL
With the volume and velocity of data, it becomes difficult to transfer data in MySQL with optimal performance. To avoid this, Oracle has developed the NoSQL API to store data in the InnoDB storage engine. This will not do any kind of SQL parsing and optimization, hence, key/value data can be directly written to the MySQL tables with high speed transaction responses without sacrificing ACID guarantees. The MySQL cluster also supports different NoSQL APIs for Node.js, Java, JPA, HTTP/REST, and C++. We will explore this in detail later in the book, however, we need to keep in mind that using the NoSQL API, we can enable the faster processing of data and transactions in MySQL.
推薦閱讀
- C++程序設計教程
- Python Game Programming By Example
- Production Ready OpenStack:Recipes for Successful Environments
- Mastering Python High Performance
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- Oracle JDeveloper 11gR2 Cookbook
- Visual Basic程序設計實驗指導(第二版)
- Bootstrap 4 Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- Instant Zurb Foundation 4
- UX Design for Mobile
- 人人都能開發RPA機器人:UiPath從入門到實戰
- H5+移動營銷設計寶典
- Mastering Unreal Engine 4.X
- JBoss AS 7 Development