CN115776494A - Node data efficient synchronization method and device, computer equipment and storage medium - Google Patents

Node data efficient synchronization method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN115776494A
CN115776494A CN202211378321.6A CN202211378321A CN115776494A CN 115776494 A CN115776494 A CN 115776494A CN 202211378321 A CN202211378321 A CN 202211378321A CN 115776494 A CN115776494 A CN 115776494A
Authority
CN
China
Prior art keywords
data
node
synchronization
temporary
record table
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.)
Pending
Application number
CN202211378321.6A
Other languages
Chinese (zh)
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.)
Shenzhen Oribo Technology Co Ltd
Original Assignee
Shenzhen Oribo 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 Shenzhen Oribo Technology Co Ltd filed Critical Shenzhen Oribo Technology Co Ltd
Priority to CN202211378321.6A priority Critical patent/CN115776494A/en
Publication of CN115776494A publication Critical patent/CN115776494A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a method and a device for efficiently synchronizing node data, computer equipment and a storage medium, wherein the method for efficiently synchronizing the node data comprises the following steps: acquiring and identifying a temporary data record table corresponding to a data generation node, wherein the temporary data record table contains record data, and the record data is used for recording data change information of the data generation node; acquiring data to be synchronized based on the temporary data record table, acquiring the data to be synchronized according to a first synchronization instruction corresponding to the data generation node to generate transfer information, and modifying the temporary data record table; and generating push information through the transit information to trigger generation of at least one second synchronization instruction, and triggering a corresponding data receiving node through the second synchronization instruction to acquire the transit information to perform data synchronization. The invention can effectively realize the synchronization of the data of each node under the condition of not influencing the service program of each node.

Description

Node data efficient synchronization method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of data synchronization technologies, and in particular, to a method and an apparatus for efficiently synchronizing node data, a computer device, and a storage medium.
Background
Many current application systems need to be deployed at multiple nodes in different regions to achieve data sharing. In general, only the data below the node is stored in the database of each node. Due to the service requirement, the data of all nodes can be inquired under each node, and the data in each node database is the same. For example, the account data of the user, when the user moves to another node to log in after registering on one of the nodes, the user can normally log in for use without registering again. Therefore, the data of each node needs to be synchronized to keep the consistency of the data, and abnormal use is avoided.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method, an apparatus, a computer device and a storage medium for efficiently synchronizing node data.
The technical scheme adopted by the invention for solving the technical problems is as follows: a node data efficient synchronization method is constructed, and comprises the following steps:
acquiring and identifying a temporary data record table corresponding to a data generation node, wherein the temporary data record table contains record data, and the record data is used for recording data change information of the data generation node;
acquiring data to be synchronized based on the temporary data record table, acquiring the data to be synchronized according to a first synchronization instruction corresponding to the data generation node to generate transfer information, and modifying the temporary data record table;
and generating push information through the transfer information to trigger generation of at least one second synchronization instruction, and triggering a corresponding data receiving node through the second synchronization instruction to acquire the transfer information to perform data synchronization.
Optionally, in an embodiment of the node data efficient synchronization method according to the present invention, the record data includes one or more of a data content of the data change information, a generation process corresponding to the data content, a synchronization state of the data content, and a generation order of the data content.
Optionally, in an embodiment of the node data efficient synchronization method according to the present invention, a generation process corresponding to the data content includes any one of addition, modification, and deletion.
Optionally, in an embodiment of the node data efficient synchronization method according to the present invention, the acquiring data to be synchronized based on the temporary data record table includes: when the temporary data record table contains a first synchronization mark, acquiring the temporary data record table as the data to be synchronized;
the modifying the temporary data record table comprises: and after the transfer information is generated, modifying the first synchronization mark of the temporary data record table into a second synchronization mark.
Optionally, in an embodiment of the node data efficient synchronization method described in the present invention, the method further includes:
when the temporary data record table generates the record data, if the temporary data record table contains the first synchronous mark, directly adding new record data in the temporary data record table; otherwise, the temporary data recording table is emptied and new recording data is generated, and the first synchronization mark is added.
Optionally, in an embodiment of the node data efficient synchronization method according to the present invention, the acquiring the data to be synchronized to generate the transit information further includes: acquiring a node ID, a database name and a business data table name of a data generation node corresponding to the data to be synchronized and adding the node ID, the database name and the business data table name to the transit information; and/or
And acquiring the generation sequence of the data to be synchronized, and sequencing the data to be synchronized according to a preset sequence to generate the transfer information.
Optionally, in an embodiment of the node data efficient synchronization method according to the present invention, the acquiring data to be synchronized based on the temporary data record table further includes: when the data generation node has data change, generating a temporary data record table corresponding to the data generation node, and acquiring the temporary data record table as the data to be synchronized;
the modifying the temporary data record table comprises: deleting the temporary data record table; and/or
The data receiving node acquires the push information to perform data synchronization, and the data synchronization comprises the following steps: and in the data synchronization process, ignoring the data to be synchronized corresponding to the data receiving node in the transit information.
The invention also constructs a node data high-efficiency synchronization device, which comprises:
the temporary data record table acquiring module is used for acquiring and identifying a temporary data record table corresponding to a data generating node, wherein the temporary data record table contains record data, and the record data is used for recording data change information of the data generating node;
the transfer information generation module is used for acquiring data to be synchronized based on the temporary data record table, acquiring the data to be synchronized according to a first synchronization instruction corresponding to the data generation node to generate transfer information, and modifying the temporary data record table;
and the data synchronization triggering module is used for generating push information through the transfer information to trigger generation of at least one second synchronization instruction, and triggering the corresponding data receiving node to acquire the transfer information through the second synchronization instruction to perform data synchronization.
In addition, the present invention also provides a computer device including a memory in which a computer program is stored and a processor that executes the steps of the node data efficient synchronization method according to any one of the above by calling the computer program stored in the memory.
Furthermore, the invention also constitutes a computer-readable storage medium, in which a computer program is stored, the computer program being adapted to be loaded by a processor for performing the steps of the method for efficient synchronization of node data as defined in any of the above.
The node data high-efficiency synchronization method, the node data high-efficiency synchronization device, the computer equipment and the storage medium have the following beneficial effects: under the condition of not influencing the service program of each node, the synchronization of the data of each node is effectively realized.
Drawings
The invention will be further described with reference to the following drawings and examples, in which:
FIG. 1 is a flowchart illustrating a node data synchronization method according to an embodiment of the present invention;
fig. 2 is a logic block diagram of an embodiment of a node data efficient synchronization apparatus according to the present invention.
Detailed Description
For a more clear understanding of the technical features, objects and effects of the present invention, embodiments of the present invention will now be described in detail with reference to the accompanying drawings.
As shown in fig. 1, in an embodiment of the node data efficient synchronization method of the present invention, the method includes the following steps:
s1, a temporary data recording table corresponding to the data generation node is obtained and identified, wherein the temporary data recording table contains recording data, and the recording data is used for recording data change information of the data generation node. In particular, a node herein may be understood as a network node. The definition node is used as a data generation node when generating data. Each data generation node can have a corresponding temporary data record table for recording data change information of the data generation node in the data generation process. The temporary data recording table may generate recording data according to a preset recording rule.
S2, acquiring data to be synchronized based on the temporary data record table, acquiring the data to be synchronized according to a first synchronization instruction corresponding to the data generation node to generate transfer information, and modifying the temporary data record table. Specifically, the temporary data record table corresponding to the data generating node may be judged, and the temporary data record table meeting the preset condition is obtained as the data to be synchronized. When a data synchronization action needs to be performed on the data generating node, a corresponding first synchronization instruction may be generated. The data to be synchronized can be triggered and acquired through the first synchronization instruction, the transfer information is generated according to the data to be synchronized, and meanwhile the temporary data record table is modified after the transfer information is generated, so that whether the corresponding transfer information is generated in the temporary data record table or not is distinguished. In the network system, the relay information may simultaneously include data contents of a plurality of data generating nodes. Optionally, when generating the record data, it may be set to record only data generated by accounts that satisfy some preset conditions. For example, only data generated by a non-special account number is recorded. In addition, the transit information may employ some predetermined encryption or compression techniques.
And S3, generating push information through the transfer information to trigger generation of at least one second synchronization instruction, and triggering a corresponding data receiving node through the second synchronization instruction to acquire the transfer information to perform data synchronization. Specifically, the push information is generated according to the transit information, and the corresponding node determines whether data synchronization is needed according to the push information, where the node that needs data synchronization can be understood as a data receiving node for receiving the synchronized data. And respectively generating a second synchronization instruction for each data receiving node according to the pushing information, triggering the data receiving nodes to acquire transfer information through the second synchronization instruction, and acquiring final data to be synchronized according to the transfer information to perform data synchronization. It can be understood that in some application scenarios, not every node needs to perform data synchronization, and therefore, when some nodes receive a push message, they may not respond to the push message, that is, do not generate a second synchronization instruction, and then the node may not acquire transit information to perform data synchronization. Thus, there may be a data receiving node that acquires a pair by setting the specific information content of the push information.
In an embodiment, the recording data includes one or more of data content of the data change information, a generation process corresponding to the data content, a synchronization state of the data content, and a generation sequence of the data content. Specifically, the record data in the temporary data record table is mainly used for recording the specific content of the data change information in the data generation node. Such as the data content of the data change, the generation process of the data content, whether the data content has been synchronized in a previous synchronization process, the generation order of the data content, and so on. It is understood that the synchronization state of the data content may be a synchronization state of the record data of the entire temporary data record table.
Optionally, the generating process corresponding to the data content includes any one of adding, modifying and deleting. Specifically, the general generation process of the data content can be defined as adding, modifying or deleting. That is, it can be determined through the record that a certain data content generated by the data generation node is generated by adding deletion or modification on the original basis.
Optionally, in an embodiment of the node data efficient synchronization method of the present invention, acquiring data to be synchronized based on the temporary data record table includes: when the temporary data record table contains the first synchronization mark, acquiring the temporary data record table as data to be synchronized; modifying the temporary data record table includes: after generating the transit information, the first sync mark of the temporary data record table is modified to the second sync mark. Specifically, the temporary data record table corresponding to each data generation node is preset, and whether the data generation node is synchronized, that is, in an unsynchronized state or in a synchronized state, can be identified through the corresponding mark. When the synchronization mark of the temporary data record table is the first synchronization mark, it may be determined that the record data of the temporary data record table is not synchronized, and at this time, the record data of the temporary data record table may be used as data to be synchronized to generate transit information. After the generation of the transit information is completed, the synchronization mark of the temporary data record table may be modified to be the second synchronization mark, so as to identify the temporary data record table as being in the synchronized state.
Optionally, in an embodiment of the node data efficient synchronization method of the present invention, the method further includes: when the temporary data recording table generates recording data, if the temporary data recording table contains a first synchronous mark, directly adding new recording data in the temporary data recording table; otherwise, emptying the temporary data recording table, generating new recording data and adding the first synchronization mark. Specifically, when the temporary data record table generates record data according to the data change information of the data generation node, it first determines the synchronization state of the temporary data record table. If the current temporary data record table is in an unsynchronized state, when the record data is generated, the content of the temporary data record table needs to be reserved, new record data is added into the temporary data record table, and data omission in the data synchronization process is avoided. And if the current temporary data record table is in a synchronized state or an initial state, the original data are covered when the record data are generated. It can be understood that the temporary data record table is cleared, then the record data is regenerated according to the data change information of the data generation node, and meanwhile, the first synchronization flag is added to the temporary data record table to indicate that the new record data is in an unsynchronized state. When the relay information is generated, since the temporary data record table marked as the first synchronization mark can be understood as unsynchronized data, only the temporary data record table marked as the first synchronization mark can be identified as the data to be synchronized, and the relay information is generated according to the data information corresponding to the data to be synchronized. Therefore, when the synchronous mark of the temporary data record table is modified into the second synchronous mark, the temporary data record table can not be triggered to generate the transfer information again, so that the aim of saving processing resources is fulfilled.
In a specific embodiment, different record information in the record data in different temporary data record tables can be distinguished by specific fields in the temporary data record tables. For example, a self-increment integer is set in the temporary data record table ID field for recording the order of data generation; setting shaping data in a type field of the change data, wherein the shaping data is used for recording the type of the change data, such as addition, modification or deletion; shaping data is set in the synchronization status field for recording whether the data has been synchronized, e.g. unsynchronized or synchronized.
Optionally, the obtaining the record data in the temporary data record table to generate the transit information further includes: and acquiring the node ID, the database name and the business data table name of the data generation node corresponding to the data to be synchronized, and adding the node ID, the database name and the business data table name to the transit information. Specifically, when the transit information is generated, in order to distinguish the source of the transit information, the source of the data to be synchronized is added to the corresponding transit information, for example, the node ID of the data generation node of the data to be synchronized, the corresponding database name, and the refined corresponding service data table name are added, that is, which database of which network node the data to be synchronized comes from, and even which service data generates, are all marked.
Optionally, the obtaining the record data in the temporary data record table to generate the transit information further includes: and sorting the data to be synchronized according to a preset sequence according to the generation sequence of the data to be synchronized to generate transit information. That is, in some scenarios, the generation order of the data to be synchronized may affect the data synchronization process of the data receiving node. In order to avoid data synchronization abnormality, in the process of generating the transit information, the generation sequence of the data to be synchronized is identified, and the data to be synchronized is sequenced according to the generation sequence or a preset rule again to obtain the transit information. Optionally, the transit information may include data change information of multiple data generating nodes, and in the data sorting process, all the data change information of the data generating nodes triggered by the first synchronization trigger instruction need to be sorted.
Optionally, the data receiving node acquires the push information to perform data synchronization, and further includes: and in the data synchronization process, ignoring the data to be synchronized corresponding to the data receiving node in the transit information. Specifically, the data generating node may also be used as a data receiving node to acquire the transit information for data synchronization. Therefore, in the data synchronization process of the node, the data content corresponding to the node serving as the data generation node in the relay information needs to be identified, and in the data synchronization process, the data content corresponding to the node is excluded, so that the repeated data synchronization is avoided.
Optionally, in an embodiment of the node data efficient synchronization method of the present invention, acquiring data to be synchronized based on the temporary data record table further includes: when the data generation node has data change, generating a temporary data record table corresponding to the data generation node, and acquiring the temporary data record table as data to be synchronized; modifying the temporary data record table, including: and deleting the temporary data record table. Specifically, the temporary data record table may be triggered and generated according to synchronization requirements of the data generating node, that is, when the data generating node has data change, it may also be understood that when the data generating node generates data that needs to be synchronized, the temporary data record table corresponding to the data generating node is generated, and the temporary data record table is directly used as the data to be synchronized. And after the data transfer information is generated, the temporary data record table of the data generation node can be deleted.
Optionally, when the network needs to enter a data synchronization state, all node data of the network may be synchronized and merged once to implement first data synchronization, so that the initial data of each node is consistent. The merge action may be triggered manually or by determining whether the network node is first data synchronized. It may also trigger a new node to perform a first data synchronization when it joins.
As shown in fig. 2, the node data efficient synchronization apparatus of the present invention includes:
a temporary data record table obtaining module 110, configured to obtain and identify a temporary data record table corresponding to the data generating node, where the temporary data record table includes record data, and the record data is used to record data change information of the data generating node;
a transit information generating module 120, configured to obtain data to be synchronized based on the temporary data record table, obtain the data to be synchronized according to a first synchronization instruction corresponding to the data generating node to generate transit information, and modify the temporary data record table;
and the data synchronization triggering module 130 is configured to generate push information through the transit information to trigger generation of at least one second synchronization instruction, and trigger a corresponding data receiving node to acquire the transit information through the second synchronization instruction to perform data synchronization.
Specifically, the specific coordination operation process between the modules in the node data efficient synchronization apparatus may specifically refer to the node data efficient synchronization method, which is not described herein again.
In addition, an electronic device of the present invention includes a memory and a processor; the memory is used for storing a computer program; the processor is configured to execute a computer program to implement a method for efficient synchronization of node data as any of the above. In particular, according to an embodiment of the present invention, the processes described above with reference to the flowcharts may be implemented as a computer software program. For example, embodiments of the invention include a computer program product comprising a computer program embodied on a computer-readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such embodiments, the computer program may be downloaded and installed by an electronic device and executed to perform the above-described functions defined in the methods of embodiments of the present invention. The electronic equipment can be a terminal such as a notebook, a desktop, a tablet computer, a smart phone and the like, and can also be a server.
In addition, a computer storage medium of the present invention has stored thereon a computer program that, when executed by a processor, implements the node data efficient synchronization method of any of the above. In particular, it should be noted that the computer readable medium of the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
It is to be understood that the above examples merely represent some embodiments of the present invention, and the description thereof is more specific and detailed, but not to be construed as limiting the scope of the present invention; it should be noted that, for those skilled in the art, the above technical features can be freely combined, and several changes and modifications can be made without departing from the concept of the present invention, which all belong to the protection scope of the present invention; therefore, all equivalent changes and modifications made within the scope of the claims of the present invention should be covered by the claims of the present invention.

Claims (10)

1. A method for efficiently synchronizing node data, comprising:
acquiring and identifying a temporary data record table corresponding to a data generation node, wherein the temporary data record table contains record data, and the record data is used for recording data change information of the data generation node;
acquiring data to be synchronized based on the temporary data record table, acquiring the data to be synchronized according to a first synchronization instruction corresponding to the data generation node to generate transfer information, and modifying the temporary data record table;
and generating push information through the transfer information to trigger generation of at least one second synchronization instruction, and triggering a corresponding data receiving node through the second synchronization instruction to acquire the transfer information to perform data synchronization.
2. The method for efficiently synchronizing node data according to claim 1, wherein the data to be synchronized includes one or more of data content of the data change information, a generation process corresponding to the data content, a synchronization state of the data content, and a generation order of the data content.
3. The method for efficiently synchronizing node data according to claim 2, wherein the generation process corresponding to the data content comprises any one of addition, modification and deletion.
4. The method for efficient synchronization of node data according to claim 1,
the acquiring the data to be synchronized based on the temporary data record table comprises: when the temporary data record table contains a first synchronization mark, acquiring the temporary data record table as the data to be synchronized;
the modifying the temporary data record table comprises: and after the transfer information is generated, modifying the first synchronization mark of the temporary data record table into a second synchronization mark.
5. The method for efficient synchronization of node data as recited in claim 4, the method further comprising:
when the temporary data record table generates the record data, if the temporary data record table contains the first synchronous mark, directly adding new record data in the temporary data record table; otherwise, the temporary data recording table is emptied and new recording data is generated, and the first synchronization mark is added.
6. The method for efficient synchronization of node data according to claim 1,
the acquiring the data to be synchronized to generate transit information further includes: acquiring a node ID, a database name and a business data table name of a data generation node corresponding to the data to be synchronized and adding the node ID, the database name and the business data table name to the transit information; and/or
And acquiring the generation sequence of the data to be synchronized, and sequencing the data to be synchronized according to a preset sequence to generate the transfer information.
7. The method for efficient synchronization of node data according to claim 1,
the acquiring the data to be synchronized based on the temporary data record table further comprises: when the data generation node has data change, generating a temporary data record table corresponding to the data generation node, and acquiring the temporary data record table as the data to be synchronized;
the modifying the temporary data record table comprises: deleting the temporary data record table; and/or
The data receiving node acquires the push information to perform data synchronization, and the data synchronization comprises the following steps: and in the data synchronization process, ignoring the data to be synchronized corresponding to the data receiving node in the transit information.
8. A node data efficient synchronization apparatus, comprising:
the temporary data record table acquiring module is used for acquiring and identifying a temporary data record table corresponding to a data generating node, wherein the temporary data record contains record data, and the record data table is used for recording data change information of the data generating node;
the transfer information generation module is used for acquiring data to be synchronized based on the temporary data record table, acquiring the data to be synchronized according to a first synchronization instruction corresponding to the data generation node to generate transfer information, and modifying the temporary data record table;
and the data synchronization triggering module is used for generating push information through the transfer information to trigger generation of at least one second synchronization instruction, and triggering the corresponding data receiving node to acquire the transfer information through the second synchronization instruction to perform data synchronization.
9. A computer device comprising a memory having a computer program stored therein and a processor for performing the steps of the node data efficient synchronization method according to any one of claims 1 to 7 by calling the computer program stored in the memory.
10. A computer-readable storage medium, characterized in that it stores a computer program adapted to be loaded by a processor for performing the steps of the method for efficient synchronization of node data according to any of claims 1 to 7.
CN202211378321.6A 2022-11-04 2022-11-04 Node data efficient synchronization method and device, computer equipment and storage medium Pending CN115776494A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211378321.6A CN115776494A (en) 2022-11-04 2022-11-04 Node data efficient synchronization method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211378321.6A CN115776494A (en) 2022-11-04 2022-11-04 Node data efficient synchronization method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115776494A true CN115776494A (en) 2023-03-10

Family

ID=85388787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211378321.6A Pending CN115776494A (en) 2022-11-04 2022-11-04 Node data efficient synchronization method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115776494A (en)

Similar Documents

Publication Publication Date Title
CN110852882B (en) Packet consensus method, apparatus, device, and medium for blockchain networks
CN110276060B (en) Data processing method and device
CN110413282B (en) Redundant resource processing method, device, equipment and storage medium
CN107395559B (en) Data processing method and device based on redis
CN111831748A (en) Data synchronization method, device and storage medium
CN113434312A (en) Data blood relationship processing method and device
CN111782728A (en) Data synchronization method, device, electronic equipment and medium
CN114676205A (en) Event information processing method and device
CN107577822A (en) A kind of method of data synchronization, data synchronization unit and mobile terminal
CN115776494A (en) Node data efficient synchronization method and device, computer equipment and storage medium
CN111143426A (en) Multi-system user information association method and device
CN115660591A (en) Process configuration method, system, electronic device and medium for business approval
CN110909288B (en) Service data processing method, device, platform, service end, system and medium
CN114595245A (en) Data processing method and device
CN107704557B (en) Processing method and device for operating mutually exclusive data, computer equipment and storage medium
CN114064678A (en) Event data processing method and device and terminal equipment
CN114253920A (en) Transaction reordering method, device, equipment and readable storage medium
CN114422576A (en) Session cleaning method and device, computer equipment and readable storage medium
CN114221883A (en) Message testing method, device, server and storage medium
CN109491699B (en) Resource checking method, device, equipment and storage medium of application program
CN110134547B (en) Middleware-based repeated data deleting method and related device
CN115794876A (en) Fragment processing method, device, equipment and storage medium for service data packet
CN110708676B (en) S1 port cluster message processing method, network node and base station
CN113269538A (en) Method, device and equipment for forwarding parallel approval nodes and storage medium
CN111798239A (en) Parallel chain consensus method, device and 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