- 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.
推薦閱讀
- 名師講壇:Java微服務(wù)架構(gòu)實(shí)戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- GeoServer Beginner's Guide(Second Edition)
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- Python Data Analysis Cookbook
- Mastering Android Development with Kotlin
- SQL基礎(chǔ)教程(第2版)
- Lift Application Development Cookbook
- Python語言科研繪圖與學(xué)術(shù)圖表繪制從入門到精通
- Qt 4開發(fā)實(shí)踐
- 嵌入式C編程實(shí)戰(zhàn)
- Mastering Object:Oriented Python(Second Edition)
- Learning D3.js 5 Mapping(Second Edition)
- Java Web入門很輕松(微課超值版)
- 趣學(xué)數(shù)據(jù)結(jié)構(gòu)
- jQuery Essentials