当前位置:网站首页>Principle of universal gbase high availability synchronization tool in Nanjing University
Principle of universal gbase high availability synchronization tool in Nanjing University
2022-07-05 12:27:00 【yang881221】
Data synchronization is an essential role in distributed databases . It's used by Nantah gbse8a Database products , As a mature market product , Its data synchronization function is also very perfect , Whether in terms of function or performance , Are impeccable .
Here is a brief explanation gbase8a The principle of product data synchronization .
As we all know , Data synchronization is both functional and performance . That is, it should be fast and accurate .
If the synchronized data is wrong or lost, it is unintentionally a failure , Similarly, if the data synchronization is accurate , But every time I have to toss for a long time , This is also unbearable .
Get down to business ,gbase8a The data synchronization of the product adopts the working mode of pipeline , combination client-server The model works , Ensure concurrent processing , Ensure the accuracy of data verification during synchronization .
But piecemeal data parallelization
The above figure shows the data of the same table , Parallelization of different data slices . If the data of a table has 1g, It is divided into 3 Slice to 3 Each node , After parallelization , Time can be changed into the original 1/3
Multi slice data parallelization
Thread processing piple line Pattern
piple line Mode can make full use of the processing power of multithreading , For example, some threads read data , Some threads verify the read data , Some threads write the correct data or send the correct data .
Because each thread and the magnitude of calculation and processing may be different , such as check Faster ,read slower , This will cause some threads to be busy and others to be idle
Then you can use different number of threads according to the business volume
piple+multi pthd Pattern
work -group Pattern : In this mode, state machine management is required , But this can do the most with the least number of threads , But the disadvantage is that the thread context will switch frequently
The above is the current gbase The specific principle of synchronization . It makes full use of the idea of concurrency and multi-core .
Of course, it can be optimized later , such as perthd Pattern , Lockless queue mode ,RCU Queue processing . Or introduce a collaboration process for processing .
边栏推荐
- Deep discussion on the decoding of sent protocol
- Ecplise development environment configuration and simple web project construction
- Complete activity switching according to sliding
- MySQL installation, Windows version
- How to design an interface?
- Embedded software architecture design - message interaction
- 什么是数字化存在?数字化转型要先从数字化存在开始
- Seven polymorphisms
- Learn the garbage collector of JVM -- a brief introduction to Shenandoah collector
- [superhard core] is the core technology of redis
猜你喜欢
Redis clean cache
How to clear floating?
Take you hand in hand to develop a service monitoring component
ZABBIX ODBC database monitoring
Master the new features of fluent 2.10
Redis's memory elimination mechanism, read this article is enough.
What is digital existence? Digital transformation starts with digital existence
Matlab label2idx function (convert the label matrix into a cell array with linear index)
Redis highly available slice cluster
Take you two minutes to quickly master the route and navigation of flutter
随机推荐
Ecplise development environment configuration and simple web project construction
Resnet+attention project complete code learning
Learn the garbage collector of JVM -- a brief introduction to Shenandoah collector
Linux安装部署LAMP(Apache+MySQL+PHP)
A guide to threaded and asynchronous UI development in the "quick start fluent Development Series tutorials"
II. Data type
想问问,如何选择券商?在线开户是很安全么?
July Huaqing learning-1
Solve the error 1045 of Navicat creating local connection -access denied for user [email protected] (using password
Seven ways to achieve vertical centering
ZABBIX ODBC database monitoring
Learning JVM garbage collection 06 - memory set and card table (hotspot)
Video networkState 属性
一款新型的智能家居WiFi选择方案——SimpleWiFi在无线智能家居中的应用
【ijkplayer】when i compile file “compile-ffmpeg.sh“ ,it show error “No such file or directory“.
Master the new features of fluent 2.10
Acid transaction theory
ZABBIX monitors mongodb templates and configuration operations
Design of music box based on assembly language
Learn the memory management of JVM 02 - memory allocation of JVM