- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 186字
- 2021-08-20 10:06:11
NDB cluster
NDB cluster (also known as NDB) is an in-memory storage engine offering high availability and data persistence features.
The NDB cluster storage engine can be configured with a range of failover and load-balancing options, but it is easiest to start with the storage engine at the cluster level. NDB Cluster uses the NDB storage engine that contains a complete set of data, which is dependent only on other datasets available within the cluster.
The Cluster portion of the NDB Cluster is configured independently of the MySQL servers. In an NDB Cluster, each part of the cluster is considered to be a node.
The following diagram will help you understand which store engine you need to use for your requirement:

Each store engine has its own advantage and usability:
- Search Engine: NDBCluster
- Transactions data: InnoDB
- Session data: MyISAM or NDBCluster
- Localized calculations: Memory
- Dictionary: MyISAM
Now you have a better idea about various storage engines along with different use cases, which will help you choose based on your needs. Let's now have a look at Data manipulation statements used to fetch, save, and update data.
- Advanced Splunk
- Fundamentals of Linux
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Learning SAP Analytics Cloud
- Learn Scala Programming
- Gradle for Android
- 蘋果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- 深入淺出React和Redux
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- 零代碼實(shí)戰(zhàn):企業(yè)級應(yīng)用搭建與案例詳解
- Natural Language Processing with Python Quick Start Guide
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- Python Deep Learning
- 數(shù)據(jù)科學(xué)中的實(shí)用統(tǒng)計(jì)學(xué)(第2版)
- Sitecore Cookbook for Developers