Distributed database network connection management method based on Gossip
A network connection and management method technology, applied in the direction of database distribution/replication, structured data retrieval, resource allocation, etc., can solve the problem of increased message delay, increasing the difficulty of real-time grasp of network connection status, unable to ensure node connection balance and network flattening To achieve the effect of speeding up message synchronization, reducing the impact of network abnormalities, and reducing message delays
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0041] Gossip protocol is generally called "rumor algorithm" and "epidemic propagation algorithm". The feature is that the nodes in the Gossip network are peer-to-peer, there is no central node, allowing arbitrary increase and decrease of nodes, and it is scalable. The message transmission speed under the Gossip network is exponential, but due to the weak consistency principle, there may be differences in the information of each node at the same time, but as time goes by, the information of the entire network will eventually reach a consensus at a certain moment.
[0042] Distributed databases usually organize data into an ordered key-value pair structure, and segment the key space. Each segment is called a range. For disaster recovery and high availability support, multiple copies are generally configured for each Range. And select one of them as the master copy to submit instructions. The master copy is also called the leader copy and needs to keep data synchronization with ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


