CN107122442B - Distributed database and access method thereof - Google Patents

Distributed database and access method thereof Download PDF

Info

Publication number
CN107122442B
CN107122442B CN201710269347.XA CN201710269347A CN107122442B CN 107122442 B CN107122442 B CN 107122442B CN 201710269347 A CN201710269347 A CN 201710269347A CN 107122442 B CN107122442 B CN 107122442B
Authority
CN
China
Prior art keywords
data
node
data storage
segmentation rule
storage node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710269347.XA
Other languages
Chinese (zh)
Other versions
CN107122442A (en
Inventor
不公告发明人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xingrong (Shanghai) Information Technology Co.,Ltd.
Original Assignee
Shanghai Xingrong Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Xingrong Information Technology Co ltd filed Critical Shanghai Xingrong Information Technology Co ltd
Priority to CN201710269347.XA priority Critical patent/CN107122442B/en
Publication of CN107122442A publication Critical patent/CN107122442A/en
Application granted granted Critical
Publication of CN107122442B publication Critical patent/CN107122442B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/214Database migration support
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a distributed database and an access method thereof, wherein the database comprises a data storage node module, a data storage node access module and a data segmentation rule management module; the data segmentation rule management module is used for managing a currently used data node segmentation rule; recording the change history of the rule; the monitoring data storage node module is used for notifying the data storage node access module when the data node segmentation rule changes; when the data storage node access module receives new data, the data storage node access module searches the latest data node segmentation rule with the change time less than the time for the data according to the time field generated by the data, and performs hash calculation on the data by using the latest rule to obtain the data storage node required to be stored by the data and transmits the data. When data nodes are added or failure nodes are replied, the condition that a large amount of data migration occupies the service bandwidth of the distributed database can be avoided, and the concurrent service capability and reliability of the distributed database are improved.

Description

Distributed database and access method thereof
Technical Field
The invention relates to the technical field of computer network databases, in particular to a distributed database data segmentation mode and an access method thereof.
Background
The traditional application programs are generally in a centralized database architecture, and are connected with a single database to store data. With the rapid development of networks and information technologies, particularly the internet of things, the data volume is larger and larger, the capacity of a database distributed database of a single host is limited, the concurrent access capability of data is greatly reduced, the development of applications cannot be met, and the bottleneck of the whole distributed database is formed. The requirement for mass data calculation cannot be met. The distributed data distributed database solves the storage problem of mass data, and makes it possible to store and analyze a large amount of data.
The existing distributed database needs to migrate data when nodes are added, and rebalance is performed according to the segmentation rule, that is, data is moved from an old node to a new node, and meanwhile, data also needs to be migrated between the existing nodes. The operation occupies a large amount of bandwidth and needs a long time to complete, and the efficiency of the whole distributed database is influenced
In addition, when one node fails temporarily, the existing distributed database needs other nodes to replace the node to provide service, and when the node recovers, the node needs to be migrated from the time of the failure of the replaced node to the time of data recovery.
Therefore, those skilled in the art are dedicated to develop a distributed database and an access method thereof, which can avoid a large amount of data migration, occupy the service bandwidth of the distributed database, and improve the concurrent service capability and reliability of the distributed database when data nodes are added or failed nodes are replied.
Disclosure of Invention
In view of the above-mentioned drawbacks of the prior art, the technical problem to be solved by the present invention is that a distributed database needs to migrate a large amount of data when expanding nodes and recovering failed nodes.
In order to achieve the aim, the invention provides a distributed database which comprises a data storage node module, a data storage node access module and a data segmentation rule management module; the data segmentation rule management module is used for: managing a currently used data node segmentation rule in a distributed database; recording the change history of the data node segmentation rule; the monitoring data storage node module is used for generating a new data node segmentation rule for removing a failed node under the condition that the data storage node or a backup node thereof temporarily fails, and regenerating a new data node segmentation rule containing the data node when the failed data storage node is recovered; notifying a data storage node access module when the data node segmentation rule changes; the data storage node module is used for storing the data distributed to the node and searching the data stored in the node; and the data storage node access module is used for keeping synchronization with the data segmentation rule management module.
Further, the data node segmentation rule comprises the ID, address, starting time and ending time of the data node segmentation hash algorithm and the data storage node, a connection establishment mode and required credentials.
Further, the data segmentation hash algorithm is a consistent hash algorithm.
The invention also provides a distributed database access method, which comprises the following steps:
the distributed database comprises a data storage node module, a data storage node access module and a data segmentation rule management module;
the data node segmentation rule management module is positioned at a data access client and is connected to the data segmentation rule management module when the data node segmentation rule management module is started to obtain a data node segmentation rule in use and a data node segmentation rule with history;
when the data storage node access module receives new data, the data storage node access module searches the latest data node segmentation rule with the change time less than the time for the data according to the time field generated by the data, performs hash calculation on the data by using the latest data node segmentation rule, acquires the data storage node required to be stored by the data, and sends the data to the corresponding data storage node.
Further, when the data storage node access module receives a data query request, the data storage node access module finds all data node segmentation rules contained in the time range according to the time range of the request; when the query condition does not contain the initial value of the data time range, the initial value of the data time range is considered to be zero; when the query condition does not contain the data time range end value, the data time range end value is regarded as infinity.
Further, after the data storage node access module acquires all the data node segmentation rules, for each data node segmentation rule, performing hash calculation on the filtering main key values in the query condition to acquire a corresponding data storage node module;
sending the query conditions and the reduced data filtering time range to the calculated data storage node module;
the data storage node module returns data meeting the conditions according to the inquired filtering main key values and the filtering time periods;
and the data storage node access module returns the returned data of each data storage node module to the client one by one after receiving the returned data.
Further, the data node segmentation rule management module maintains all data node segmentation rules, searches all data node segmentation rules through the start time and the end time of a given time interval, and if the data node segmentation rules meet one of the following conditions, the data node segmentation rules are considered to be related to the query time period:
the starting time or the ending time of the data node segmentation rule is greater than the starting time of the filtering time interval;
the data node segmentation rule start time is less than the end time of the filtering rule time interval.
Further, when a data storage node is added, new node information is added into the data segmentation rule management module, the data segmentation rule management module writes the current data node segmentation rule into the history record, sets the end time of the rule as the current time, generates a data node segmentation rule containing the new node, and pushes all changed rules to the data storage access module which keeps the persistent connection.
Further, when one or more data storage nodes or backup nodes thereof fail temporarily, the data segmentation rule management module generates a new data node segmentation rule for removing the failed node, records the change time of the data node segmentation rule, and regenerates the new data node segmentation rule containing the recovery node when the node is recovered.
Further, the query processed by the data storage node access module contains hash key values to be filtered;
the same data can calculate storage nodes according to different hash key values, and the same data is stored on a plurality of same or different nodes calculated by a hash algorithm;
the query condition handled by the data storage node access module is either a start time or an end time specified only, or both, or neither.
The distributed database and the access method thereof have the following beneficial technical effects:
1) when data storage nodes are added due to the fact that the data scale is increased and the like, the data storage nodes do not need to be recalculated according to the latest data segmentation rule and the data does not need to be moved, data migration is avoided, and meanwhile the nodes where the data are located can also be efficiently located according to the inquired time interval.
2) Due to the convenience of adding the data storage nodes, one or more data nodes can be added conveniently and quickly. Due to the increase of data, the data volume of all data storage nodes in the whole distributed database finally tends to balance.
3) Under the condition that a certain data storage node and all backup nodes thereof are effective, the distributed database can still receive the data which needs to be written into the node according to the original segmentation rule, and the data does not need to be migrated from other nodes back to the node after the node is recovered
The conception, the specific structure and the technical effects of the present invention will be further described with reference to the accompanying drawings to fully understand the objects, the features and the effects of the present invention.
Drawings
FIG. 1 is a diagram of a distributed database architecture in accordance with a preferred embodiment of the present invention.
Detailed Description
The distributed database comprises a data segmentation rule management module, a data storage node module and a data storage node access module. The data segmentation rule management module is used for managing a currently used data node positioning algorithm and rule in the distributed database, a historical record of the data node positioning algorithm and rule and a time point when the rule is changed. The data segmentation rule management module is responsible for providing all data segmentation rules existing in the distributed database to the data storage node access module. And meanwhile, the data storage node access module is informed when the data segmentation rule changes. The data segmentation rule management module monitors all the data storage node modules, generates a new data segmentation rule for removing the failed node under the condition that the data storage node and the backup node thereof are temporarily failed, and regenerates the new data segmentation rule containing the node when the failed data storage node is recovered.
The data segmentation rule comprises a data segmentation hash algorithm, the number of data nodes in the distributed database, the address of each node, a connection establishment mode and required evidence. The data splitting hash algorithm can be a consistent hash algorithm, and can also be other hash algorithms which can ensure the data to be distributed evenly. The data segmentation rule is used for giving a piece of data, and executing a hash algorithm configured according to the number of nodes on the data according to a hash key value defined by the data to obtain a corresponding data node.
The data node storage module is responsible for storing the data distributed to the node and searching the data stored in the node. The data storage node access module is in charge of keeping synchronization with the data segmentation rule management module, and locally stores the current data segmentation rule and the historical data segmentation rule. The data segmentation rule management module is positioned at a data access client and is connected to the data segmentation rule management module when being started, and the data segmentation rule in use and the data segmentation rule with history are obtained from the distributed database. The module is in persistent connection with the data segmentation rule management module, and the data segmentation rule management module pushes a new rule to all the modules which are in persistent connection with the data storage node access module when the rule changes. And the data storage module calculates the nodes where the data are to be stored and the nodes which need to be accessed for data reading according to the latest rule.
Each piece of data defines one or more hash input key values for performing a hash calculation, which typically represent a unique body of the piece of data, such as a physical address, an IP address, etc. The plurality of key values are connected by using a character string connection mode. And each piece of data also contains the time when the data is generated.
When the data storage access module receives new data, the data storage access module searches the latest segmentation rule with the change time less than the time for the data according to the time field generated by the data, performs hash calculation on the data by using the segmentation rule, acquires the data storage node required to be stored by the data, and sends the data to the corresponding data storage node.
When the data storage access module receives a data query request, it finds all the data segmentation rules contained in the time range according to the requested time range, that is, the data segmentation rule creation time is greater than or equal to the request time range starting value and less than the request time range ending value. When the query condition does not contain the start value of the data time range, the start value of the data time range is considered to be zero. When the query condition does not contain the data time range end value, the data time range end value is regarded as infinity. And the data storage access module finishes the following operations one by one according to all the acquired data segmentation rules, performs hash calculation on the filtering main key values in the query conditions for each data segmentation rule to acquire corresponding data storage nodes, and then sends the query conditions and the reduced data filtering time range to the calculated nodes. The reduced data filtering time is the intersection of the life time period of the data segmentation rule and the filtering time period of the query request. And the data storage node returns data meeting the conditions according to the queried filtering main key value and the filtering time period. And after receiving the return data of each data storage node, the data storage access module returns the return data to the requester one by one.
When a data storage node is added, new node information is added into the data segmentation rule management module, the data segmentation rule management module writes the current data segmentation rule into a history record, sets the ending time of the rule as the current time, generates a data segmentation rule containing the new node, and pushes all changed rules to the data storage access module which keeps the persistent connection.
FIG. 1 is an application architecture diagram of a distributed database of the present invention. The distributed database is applied to a distributed group consisting of a plurality of hosts. The system comprises a database segmentation rule management module, one or more data storage node access modules and one or more data storage node modules. The data access client establishes connection with all data storage node access modules in the distributed database. The data access client uses a plurality of data storage node access modules in a polling mode.
The data segmentation rule management module stores all data storage fragmentation rules by using any type of relational database or non-relational data. Here implementation selects MySQL inside. The database segmentation rule management module consists of two hosts, and the MySQL is configured in a master-slave mode. And controlling virtual IP to switch between the host and the slave by using keep alive. The data segmentation module listens to the TCP port 7000 and receives the link to the data storage node access module. After the connection is established, the data segmentation rule management module sends all segmentation rules to the data storage node access module through the TCP link. And the data segmentation rule management module sends keep-alive (keep alive) messages to all connected data storage node access modules every 10 seconds. If the keep-alive response (keep-alive response) of the data storage node access module is not received within 5 seconds, the TCP link between the data storage node access module and the data storage node access module is disconnected. And the data segmentation rule is simultaneously established and connected to all data storage node modules, and whether the data storage nodes are normal is detected by periodically sending MySQL ping messages. If the data storage node does not reply ping messages within the appointed time, the data segmentation rule management module considers that the data storage node is invalid, and removes effective nodes from the equal nodes contained in the existing data segmentation rules to generate a new data segmentation rule. If the failed node is recovered, the data segmentation rule management module adds the recovery node to the nodes contained in the existing data segmentation rule. A new number splitting rule is generated.
A data segmentation rule comprises the following parts: the used hash algorithm, the number of data storage nodes, the ID of each data storage node, the address of each data storage node, the specific access mode, the required user name, the required password and the like, the start time of the effective segmentation rule and the end time of the effective segmentation rule.
The data segmentation rule receives a key value of a character string, obtains a node ID by executing a corresponding hash algorithm on the key value, and can obtain the address of a node and the specific access mode of the node through the node ID, so that data can be read from the node or written into the node.
The data segmentation rule management module maintains all data segmentation rules, searches all segmentation rules through the start time and the end time of a given time interval, and if the segmentation rules meet the following conditions, the rules are considered to be related to the query time period:
the starting or ending time of the segmentation rule is larger than the starting time of the filtering time interval
The start time of the segmentation rule is less than the end time of the filtering rule time interval
If the starting time period of the data segmentation rule and the data filtering time interval are related, the overlapped time period becomes the related time period, and the starting time of the related time period is the larger time of the starting time of the data segmentation rule and the starting time of the filtering time interval. The end time of the relevant time period is the smaller time of the end time of the data segmentation rule and the end time of the filtering time interval.
When the data storage node access module receives that data is to be written to the data storage node, it always computes the node of the data storage using the latest data slicing rule.
When the data storage node access module receives a query request, it must acquire all relevant nodes according to the segmentation rule related to the time period, and send the query request and the relevant time period to all relevant nodes.
Assume that there are four data storage nodes a, B, C, and D in the distributed database, and all 4 data storage nodes are included in the current data slicing rule. Meanwhile, assume that there are 3 data segmentation rules in the distributed database, which are in turn:
r1 contains nodes A and B, and has rule start time 2015/12/1210: 50:20 and end time 2015/12/2011: 00
R2 contains nodes A, B, C and D, rule start time 2015/12/2011: 00:00, end time is infinite start time
I.e., R2 is the latest data slicing rule.
Assuming that data D1 is to be written, the value of the hash key value defined by D1 is K1, and the hash algorithm in R2 is used to calculate K1, and assuming that the data is returned to the data storage node B, the data is sent to the node B for storage.
If a node E is added, the end time of R2 is rewritten to the current time, if 2017/04/1723: 50:00, and a new data segmentation rule is generated
R3 protection nodes A, B, C, D and E, rule start time 2017/04/1723: 50:00 and end time infinity.
At this time, if there is new data to be written, the node of the data storage needs to be calculated using the slicing rule of R3.
Assuming that the hash key value K1 needs to be queried, and the data storage access module splits the data with the time period of 2016/01/0100: 00:00 to 2017/04/2012: 12:12, the data storage access module finds that the splitting rules suitable for the filtering condition are R2 and R3 respectively corresponding to the relevant time periods of 2016/01/0100: 00: 00-2017/04/1723: 50:00,2017/04/1723: 50: 00-2017/04/2012: 12 by matching the local splitting rules according to the time periods. The data storage node access module executes a hash algorithm on K1 according to R2 and sends the corresponding query conditions and filter time periods 2016/01/0100: 00: 00-2017/04/1723: 50:00 to the nodes calculated by the hash algorithm. The data storage node access module then executes the hash algorithm on K1 according to R3 and sends the corresponding query conditions and filtering time periods 2017/04/1723: 50: 00-2017/04/2012: 12:12 to the nodes calculated by the hash algorithm. And finally, the data storage access node sends the data returned by the two nodes to the data access client.
The foregoing detailed description of the preferred embodiments of the invention has been presented. It should be understood that numerous modifications and variations could be devised by those skilled in the art in light of the present teachings without departing from the inventive concepts. Therefore, the technical solutions available to those skilled in the art through logic analysis, reasoning and limited experiments based on the prior art according to the concept of the present invention should be within the scope of protection defined by the claims.

Claims (9)

1. A distributed database, characterized in that,
the data access system comprises a data storage node module, a data storage node access module and a data segmentation rule management module;
the data segmentation rule management module is used for:
managing a currently used data node segmentation rule in a distributed database;
recording the change history of the data node segmentation rule;
monitoring the data storage node module, generating a new data node segmentation rule for removing a failed data storage node under the condition that the data storage node or a backup node of the data storage node temporarily fails, regenerating a new data node segmentation rule containing the recovered failed data storage node when the failed data storage node is recovered, adding information of the new data storage node into the data segmentation rule management module when the new data storage node is added, writing the current data node segmentation rule into a history record by the data segmentation rule management module, setting the ending time of the current data node segmentation rule as the current time, and generating the data node segmentation rule containing the new data storage node;
notifying the data storage node access module when the data node segmentation rule changes;
the data storage node module is used for storing data distributed to the data storage nodes and searching the data stored in the data storage nodes;
the data storage node access module is used for keeping synchronization with the data segmentation rule management module.
2. The distributed database of claim 1,
the data node segmentation rule comprises a data node segmentation hash algorithm, ID and address of a data storage node, the starting time and the ending time of the data node segmentation rule, the connection establishment mode and the required evidence.
3. The distributed database of claim 2,
and the data node segmentation hash algorithm is a consistent hash algorithm.
4. A distributed database access method, comprising the steps of:
providing a distributed database, wherein the distributed database comprises a data storage node module, a data storage node access module and a data segmentation rule management module;
the data node segmentation rule management module is positioned at a data access client and is connected to the data segmentation rule management module during starting to acquire a data node segmentation rule in use and an existing historical data node segmentation rule in the distributed database;
when the data storage node access module receives new data, the data storage node access module searches the latest data node segmentation rule with the change time smaller than the time field for the data according to the time field generated by the data, performs hash calculation on the data by using the latest data node segmentation rule, acquires the data storage node of which the data needs to be stored, and sends the data to the corresponding data storage node;
when a new data storage node is added, adding information of the new data storage node into the data segmentation rule management module, writing a current data node segmentation rule into a history record by the data segmentation rule management module, setting the end time of the current data node segmentation rule as the current time, generating a data node segmentation rule containing the new data storage node, and pushing all changed data node segmentation rules to the data storage access module which keeps persistent connection.
5. The distributed database access method of claim 4,
when the data storage node access module receives a data query request, finding all data node segmentation rules contained in a time range according to the time range of the request; when the query condition does not contain the starting value of the time range, the starting value of the time range is considered to be zero; when the query condition does not contain the end value of the time range, the end value of the time range is considered to be infinity.
6. The distributed database access method of claim 5,
the data storage node access module performs hash calculation on the filtering main key value in the query condition according to all the acquired data node segmentation rules and each data node segmentation rule to acquire a corresponding data storage node module;
sending the query condition and the reduced data filtering time range to the data storage node module obtained by the Hash calculation;
the data storage node module returns result data meeting conditions according to the filtering main key values and the filtering time periods;
and after receiving the result data returned by each data storage node module, the data storage node access module returns the result data to the client one by one.
7. The distributed database access method of claim 5,
the data node segmentation rule management module maintains all the data node segmentation rules, searches all the data node segmentation rules based on the starting time of a given filtering rule time interval and the ending time of the filtering rule time interval, and if the data node segmentation rules meet one of the following conditions, the data node segmentation rules are considered to be related to the query time period:
the starting time of the data node segmentation rule or the ending time of the data node segmentation rule is greater than the starting time of the filtering time interval;
the starting time of the data node segmentation rule is less than the ending time of the filtering rule time interval.
8. The distributed database access method of claim 4,
when one or more data storage nodes or backup nodes of the one or more data storage nodes fail temporarily, the data segmentation rule management module generates a new data node segmentation rule for removing the failed data storage nodes, records the change time of the data node segmentation rule, and regenerates the new data node segmentation rule containing the recovered failed data storage nodes when the failed data storage nodes are recovered.
9. The distributed database access method of claim 4,
the query processed by the data storage node access module contains hash key values to be screened;
and calculating data storage nodes for the same data according to different hash key values, and storing the same data on a plurality of same or different data storage nodes calculated by a hash algorithm.
CN201710269347.XA 2017-04-24 2017-04-24 Distributed database and access method thereof Active CN107122442B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710269347.XA CN107122442B (en) 2017-04-24 2017-04-24 Distributed database and access method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710269347.XA CN107122442B (en) 2017-04-24 2017-04-24 Distributed database and access method thereof

Publications (2)

Publication Number Publication Date
CN107122442A CN107122442A (en) 2017-09-01
CN107122442B true CN107122442B (en) 2021-04-16

Family

ID=59725859

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710269347.XA Active CN107122442B (en) 2017-04-24 2017-04-24 Distributed database and access method thereof

Country Status (1)

Country Link
CN (1) CN107122442B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11258877B2 (en) 2018-07-26 2022-02-22 Netapp, Inc. Methods for managing workloads in a storage system and devices thereof
CN111723148B (en) * 2020-04-10 2024-01-26 浙江大华技术股份有限公司 Data storage method and device, storage medium and electronic device
CN111753016B (en) * 2020-06-28 2024-06-04 深圳前海微众银行股份有限公司 Data processing method, device, system and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103369042A (en) * 2013-07-10 2013-10-23 中国人民解放军国防科学技术大学 Data processing method and data processing device
CN105335448A (en) * 2014-08-15 2016-02-17 中国银联股份有限公司 Distributed environment-based data storage and processing system
CN106156319A (en) * 2016-07-05 2016-11-23 北京航空航天大学 Telescopic distributed resource description framework data storage method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103369042A (en) * 2013-07-10 2013-10-23 中国人民解放军国防科学技术大学 Data processing method and data processing device
CN105335448A (en) * 2014-08-15 2016-02-17 中国银联股份有限公司 Distributed environment-based data storage and processing system
CN106156319A (en) * 2016-07-05 2016-11-23 北京航空航天大学 Telescopic distributed resource description framework data storage method and device

Also Published As

Publication number Publication date
CN107122442A (en) 2017-09-01

Similar Documents

Publication Publication Date Title
US11086555B1 (en) Synchronously replicating datasets
US11716385B2 (en) Utilizing cloud-based storage systems to support synchronous replication of a dataset
US9170892B2 (en) Server failure recovery
CN112470142A (en) Switching between mediator services in a storage system
CN109327539A (en) A kind of distributed block storage system and its data routing method
US20160117197A1 (en) Method, Apparatus, and System for Issuing Partition Balancing Subtask
US10908834B2 (en) Load balancing for scalable storage system
WO2014060881A1 (en) Consistency group management
CN107122442B (en) Distributed database and access method thereof
WO2019020081A1 (en) Distributed system and fault recovery method and apparatus thereof, product, and storage medium
CN107656705B (en) Computer storage medium and data migration method, device and system
EP3186720B1 (en) Organizing a computing system having multiple computers, distributing computing tasks among the computers, and maintaining data integrity and redundancy in the computing system
CN113760847A (en) Log data processing method, device, equipment and storage medium
CN109726211B (en) Distributed time sequence database
CN105323271B (en) Cloud computing system and processing method and device thereof
CN104572754B (en) A kind of Database Systems, Database Systems access method and device
WO2016032634A1 (en) Systems and methods to organize a computing system having multiple computers, distribute computing tasks among the computers, and maintain data integrity and redundancy in the computing system
Beineke et al. Parallelized Recovery of Hundreds of Millions Small Data Objects
CN118152185A (en) Method, system, device, computer equipment and medium for recovering backup of fragmented clusters
CN117311620A (en) Data processing method, device, equipment and storage medium
CN115858673A (en) Data synchronization method and device, computer equipment and storage medium
CN117931769A (en) Data migration method, device, computer equipment and storage medium
CN117453454A (en) Data backup method, device, computer equipment, medium and product
CN117407404A (en) Method and device for realizing strong data consistency
CN117215830A (en) Data backup method, device, computer equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 201203 Pudong New Area, Shanghai, China (Shanghai) free trade trial area, No. 3, 1 1, Fang Chun road.

Applicant after: SHANGHAI XINGRONG INFORMATION TECHNOLOGY Co.,Ltd.

Address before: 3 / F, building 1, 400 Fangchun Road, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai, 201203

Applicant before: SHANGHAI EXANDS COMMUNICATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 201203 Pudong New Area, Shanghai, China (Shanghai) free trade trial area, No. 3, 1 1, Fang Chun road.

Patentee after: Xingrong (Shanghai) Information Technology Co.,Ltd.

Address before: 201203 Pudong New Area, Shanghai, China (Shanghai) free trade trial area, No. 3, 1 1, Fang Chun road.

Patentee before: SHANGHAI XINGRONG INFORMATION TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 10g27, No. 2299, Yan'an west road, Changning District, Shanghai 200336

Patentee after: Xingrong (Shanghai) Information Technology Co.,Ltd.

Address before: 201203 Pudong New Area, Shanghai, China (Shanghai) free trade trial area, No. 3, 1 1, Fang Chun road.

Patentee before: Xingrong (Shanghai) Information Technology Co.,Ltd.