- 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.
推薦閱讀
- Advanced Splunk
- 自然語言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- Practical Data Science Cookbook(Second Edition)
- Learning C++ Functional Programming
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實(shí)現(xiàn)+微課視頻)
- Getting Started with SQL Server 2012 Cube Development
- C語言程序設(shè)計
- Java 9模塊化開發(fā):核心原則與實(shí)踐
- R語言與網(wǎng)絡(luò)輿情處理
- SQL基礎(chǔ)教程(第2版)
- C語言程序設(shè)計
- Visual Basic程序設(shè)計習(xí)題與上機(jī)實(shí)踐
- Kotlin進(jìn)階實(shí)戰(zhàn)
- 體驗之道:從需求到實(shí)踐的用戶體驗實(shí)戰(zhàn)
- Google Maps JavaScript API Cookbook