CN107992356B - Block chain transaction block processing method, electronic device and readable storage medium - Google Patents

Block chain transaction block processing method, electronic device and readable storage medium Download PDF

Info

Publication number
CN107992356B
CN107992356B CN201711323460.8A CN201711323460A CN107992356B CN 107992356 B CN107992356 B CN 107992356B CN 201711323460 A CN201711323460 A CN 201711323460A CN 107992356 B CN107992356 B CN 107992356B
Authority
CN
China
Prior art keywords
transactions
transaction
data node
block chain
block
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
CN201711323460.8A
Other languages
Chinese (zh)
Other versions
CN107992356A (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.)
OneConnect Smart Technology Co Ltd
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN201711323460.8A priority Critical patent/CN107992356B/en
Priority to PCT/CN2018/075880 priority patent/WO2019114128A1/en
Publication of CN107992356A publication Critical patent/CN107992356A/en
Application granted granted Critical
Publication of CN107992356B publication Critical patent/CN107992356B/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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Computing Systems (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a block chain transaction block processing method, an electronic device and a readable storage medium, wherein the method comprises the following steps: a data node of a block chain initiates a transaction receiving request to a consensus node of the block chain through a preset request mechanism, and receives ordered transactions in the consensus node to the local of the data node; all transactions are collected in advance in the consensus node and are sequenced, and the sequenced transactions are cached; and each data node packs the received local transactions into one or more transaction blocks according to a preset rule, selects the transaction blocks one by one according to the sequencing sequence and executes the transactions in the selected transaction blocks according to the sequencing of the corresponding transactions in the transaction blocks. The invention reduces the response time of the system and improves the execution efficiency of the block chain transaction block.

Description

Block chain transaction block processing method, electronic device and readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method for processing a block chain transaction block, an electronic device, and a readable storage medium.
Background
A blockchain is a distributed database based on transaction blocks. Transactions in a traditional database are typically packed in one block in a blockchain. The block chain link points distributed at all positions on the block chain receive the same block through a common identification mechanism, and the same transactions in the block are executed in sequence, so that the consistency of the execution result is achieved. In a federation chain scenario of blockchains, all transactions are typically collected by a consensus node, a plurality of transactions are packed into chunks, and the chunks are sent to data nodes, which execute the transactions therein block by block in sequence. There are various methods for generating blocks, and in any method, a block needs to be generated by a consensus node, so that when there are many transactions, the consensus node often needs to block and wait for a period of time to perform the transaction packing operation, thereby prolonging the response time of the system and reducing the execution efficiency of the block chain transaction block.
Disclosure of Invention
The invention provides a method for processing a block chain transaction block, an electronic device and a readable storage medium, aiming at reducing the system response time and improving the execution efficiency of the block chain transaction block.
To achieve the above object, the present invention provides an electronic device, which includes a memory and a processor, wherein the memory stores thereon a blockchain transaction block processing system that is executable on the processor, and when executed by the processor, the blockchain transaction block processing system implements the following steps:
A. initiating a transaction receiving request to a consensus node of a block chain through a preset request mechanism, and receiving the well-sequenced transactions in the consensus node to the local of a data node; all transactions are collected in advance in the consensus node and are sequenced, and the sequenced transactions are cached;
B. and packaging the received local transactions into one or more transaction blocks according to a preset rule, selecting the transaction blocks one by one according to the sequencing order and executing the transactions in the selected transaction blocks according to the sequencing of the corresponding transactions in the transaction blocks.
Preferably, when the block chain transaction block processing system is executed by the processor to implement step B, the method specifically includes:
determining a transaction parallel processing quantity threshold corresponding to each data node according to the hardware attribute data of each data node;
grouping the received local transactions according to the ordering sequence of the transactions and the corresponding transaction parallel processing quantity threshold;
packaging the transactions of each group respectively to generate corresponding transaction blocks;
and selecting the corresponding transaction blocks one by one according to the ordering of the transactions corresponding to the transaction blocks and executing the transactions in the selected transaction blocks.
Preferably, the preset request mechanism is a long polling request mechanism, and an upper limit value of the number of polling acquisition transactions corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold.
Preferably, before the step a, the processor is further configured to execute the block chain transaction block processing system to implement the following steps:
analyzing whether a data node belongs to a plurality of block chains at the same time;
if a data node belongs to a plurality of block chains at the same time, analyzing the transaction quantity cached by a common node of each block chain to which the data node belongs;
if the transaction quantity cached by the common recognition node of the block chain to which the data node belongs is smaller than a first threshold value, reducing the upper limit value of the transaction quantity acquired by the data node aiming at the polling of the block chain to which the data node belongs by a first preset value, and reducing the threshold value of the transaction parallel processing quantity of the data node aiming at the block chain to which the data node belongs by a second preset value, wherein the first preset value is the same as or different from the second preset value;
if the number of the transactions cached by the common recognition node of the block chain to which the data node belongs is greater than or equal to a second threshold, increasing an upper limit value of the number of the transactions acquired by the data node in response to polling of the block chain to which the data node belongs by a third preset value, and increasing a threshold value of the number of the transactions processed in parallel of the block chain to which the data node belongs by a fourth preset value, wherein the third preset value is the same as or different from the fourth preset value, and the second threshold is greater than or equal to the first threshold.
In addition, to achieve the above object, the present invention further provides a method for processing a blockchain transaction block, where the method for processing a blockchain transaction block includes:
step one, a data node of a block chain initiates a transaction receiving request to a consensus node of the block chain through a preset request mechanism, and the well-ordered transactions in the consensus node are received to the local of the data node; all transactions are collected in advance in the consensus node and are sequenced, and the sequenced transactions are cached;
step two, each data node packs the received local transactions into one or more transaction blocks according to a preset rule, selects the transaction blocks one by one according to the ordering of the corresponding transactions in the transaction blocks and executes the transactions in the selected transaction blocks.
Preferably, the second step includes:
determining a transaction parallel processing quantity threshold corresponding to each data node according to the hardware attribute data of each data node;
each data node groups the received local transactions according to the ordering sequence of the transactions and the corresponding transaction parallel processing quantity threshold;
packaging the transactions of each group respectively to generate corresponding transaction blocks;
and each data node selects the corresponding transaction blocks one by one according to the ordering of the transactions corresponding to the transaction blocks and executes the transactions in the selected transaction blocks.
Preferably, the preset request mechanism is a long polling request mechanism, and an upper limit value of the number of polling acquisition transactions corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold.
Preferably, the preset request mechanism is a long polling request mechanism, and before the step one, the method further includes:
analyzing whether a data node belongs to a plurality of block chains at the same time;
if a data node belongs to a plurality of block chains at the same time, analyzing the transaction quantity cached by a common node of each block chain to which the data node belongs;
if the number of the transactions cached by the common recognition node of the block chain to which the data node belongs is smaller than a first threshold, reducing the upper limit value of the number of the transactions acquired by the data node in response to polling of the block chain to which the data node belongs by a first preset value, and reducing the threshold value of the number of the transactions processed in parallel by the data node in response to the block chain to which the data node belongs by a second preset value, wherein the first preset value is the same as or different from the second preset value.
Preferably, the method further comprises:
if the number of the transactions cached by the common recognition node of the block chain to which the data node belongs is greater than or equal to a second threshold, increasing an upper limit value of the number of the transactions acquired by the data node in response to polling of the block chain to which the data node belongs by a third preset value, and increasing a threshold value of the number of the transactions processed in parallel of the block chain to which the data node belongs by a fourth preset value, wherein the third preset value is the same as or different from the fourth preset value, and the second threshold is greater than or equal to the first threshold.
Further, to achieve the above object, the present invention also provides a computer readable storage medium storing a block chain transaction block processing system, which is executable by at least one processor, so as to make the at least one processor execute the steps of the block chain transaction block processing method as described above.
According to the method, the system and the readable storage medium for processing the block chain transaction block, all transactions are collected and sequenced by the common identification node of the block chain, and then a transaction receiving request is sent to the common identification node by the data node of the block chain through a preset request mechanism so as to receive the sequenced transactions locally; and packaging the received local transactions by each data node to generate one or more transaction blocks, and executing the transactions in the generated transaction blocks. The function of generating the transaction block of the consensus node is transferred to the data node, the consensus node is only responsible for collecting the transactions and sequencing the transactions, the transactions are sent to the data node according to the request of the data node, the data node can be packaged into the transaction block after receiving the transactions, and the transactions in the transaction block are executed block by block. Therefore, the data node does not need to wait for the common node to package the transaction before acquiring the transaction block, and can acquire and execute the transaction as soon as possible, so that the response time of the system is reduced, and the execution efficiency of the block chain transaction block is improved.
Drawings
FIG. 1 is a block diagram of an exemplary operating environment of a block chain transaction block processing system 10;
FIG. 2 is a flowchart illustrating a method for processing a blockchain transaction block according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the description relating to "first", "second", etc. in the present invention is for descriptive purposes only and is not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
The invention provides a block chain transaction block processing system. Referring now to FIG. 1, a block chain transaction block processing system 10 is shown in an exemplary operating environment.
In the present embodiment, the blockchain transaction block processing system 10 is installed and operated in the electronic device 1. The electronic device 1 may include, but is not limited to, a memory 11, a processor 12, and a display 13. Fig. 1 only shows the electronic device 1 with components 11-13, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may alternatively be implemented.
The memory 11 is at least one type of readable computer storage medium, and the memory 11 may be an internal storage unit of the electronic device 1 in some embodiments, such as a hard disk or a memory of the electronic device 1. The memory 11 may also be an external storage device of the electronic apparatus 1 in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the electronic apparatus 1. Further, the memory 11 may also include both an internal storage unit and an external storage device of the electronic apparatus 1. The memory 11 is used for storing application software installed in the electronic device 1 and various types of data, such as program codes of the blockchain transaction block processing system 10. The memory 11 may also be used to temporarily store data that has been output or is to be output.
The processor 12 may be a Central Processing Unit (CPU), microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 11 or Processing data, such as executing the block chain transaction block Processing system 10.
The display 13 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 13 is used for displaying information processed in the electronic device 1 and displaying a visual user interface, such as the number of transactions sequenced in the consensus node, the transaction block to be executed in the data node, and the like. The components 11-13 of the electronic device 1 communicate with each other via a system bus.
Blockchain transactional block processing system 10 includes at least one computer readable instruction stored in the memory 11 that is executable by the processor 12 to implement embodiments of the present application.
When executed by the processor 12, the block chain transaction block processing system 10 implements the following steps:
step S1, a transaction receiving request is sent to the consensus nodes of the block chain through a preset request mechanism, and the well-ordered transactions in the consensus nodes are received to the local of the data node; and the consensus node collects all the transactions in advance, orders the transactions and caches the ordered transactions.
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm, and transactions are packaged into blocks to be executed. In this embodiment, the blockchain includes a data node and a consensus node, and first, the consensus node of the blockchain collects and sequences all transactions to be processed (for example, transactions such as transfer transactions and payment transactions), for example, sequences according to execution time, priority of importance, and the like, and caches all the sequenced transactions at the consensus node of the blockchain. And initiating a transaction receiving request to a common identification node of the block chain by a data node of the block chain through a preset request mechanism so as to receive the well-sequenced transactions in the common identification node to the local of the data node. The predetermined request mechanism may be a polling request mechanism, a long polling request mechanism, or a registration transaction push mechanism, for example, a polling request or a registration transaction push event is initiated from a data node of the blockchain to a consensus node of the blockchain. Namely, the data node of the blockchain initiates a transaction receiving request to the common node of the blockchain at regular time, or the data node of the blockchain initiates a receiving request of its registration transaction to the common node of the blockchain, so as to ensure that the data node of the blockchain can acquire the transaction information as soon as possible after the common node of the blockchain completes the transaction sequencing.
Step S2, packing the received local transactions into one or more transaction blocks according to a preset rule, and selecting the transaction blocks one by one according to the ordering order and executing the transactions in the selected transaction block according to the ordering of the corresponding transactions in the transaction blocks.
In this embodiment, after each data node of the block chain requests to acquire and store the ordered transactions in the common node of the block chain to the local of each data node, the received local transactions may be packaged into one or more transaction blocks according to a preset rule. For example, each of the data nodes may pack the received local transactions into one or more transaction blocks according to its configuration (including software and hardware configurations, such as the core number of the CPU, and the clock frequency), and the manner of generating the transaction blocks by packing may also be to generate the transaction blocks by timing packing, or generating the transaction blocks by packing according to a preset fixed transaction number, or generating the transaction blocks by combining timing packing and packing according to a fixed transaction number, which is not limited herein.
After each data node of the block chain packages the received local transactions into one or more transaction blocks, because all the transactions have been subjected to sorting operation in the common node, each data node of the block chain can select the transaction blocks one by one according to the sorting order of the corresponding transactions in the transaction blocks generated by local packaging, and execute the transactions in the selected transaction blocks.
Compared with the prior art, in the embodiment, all transactions are collected and sequenced by the common identification node of the block chain, and then the data node of the block chain initiates a transaction receiving request to the common identification node through a preset request mechanism so as to receive the sequenced transactions locally; and packaging the received local transactions by each data node to generate one or more transaction blocks, and executing the transactions in the generated transaction blocks. The function of generating the transaction block of the consensus node is transferred to the data node, the consensus node is only responsible for collecting the transactions and sequencing the transactions, the transactions are sent to the data node according to the request of the data node, the data node can be packaged into the transaction block after receiving the transactions, and the transactions in the transaction block are executed block by block. Therefore, the data node does not need to wait for the consensus node to package the transaction before acquiring the transaction block, and can acquire and execute the transaction as soon as possible under the condition of as low delay as possible, so that the response time of the system is reduced, and the execution efficiency of the block chain transaction block is improved.
In an alternative embodiment, on the basis of the embodiment of fig. 1, when the processor 12 executes the step S2, the method for processing the blockchain transaction block 10 specifically includes:
determining a transaction parallel processing quantity threshold corresponding to each data node according to hardware attribute data (for example, the core number of a CPU, or the core number and the clock frequency of the CPU, etc.) of each data node;
and grouping the received local transactions according to the ordering sequence of the transactions and the corresponding transaction parallel processing quantity threshold value. For example, the received local transactions are ordered to "X1, X2, X3, X4, X5, X6, and X7", if the threshold of the transaction parallel processing amount corresponding to a data node is 3, the data node groups the received local transactions into three groups, the first group is "X1, X2, and X3", the second group is "X4, X5, and X6", and the third group is "X7".
And packaging the transactions of each group respectively to generate a corresponding transaction block. For example, the first set of transactions "X1, X2, X3" corresponds to a transaction block Y1, the second set of transactions "X4, X5, X6" corresponds to a transaction block Y2, and the third set of transactions "X7" corresponds to a transaction block Y3.
And selecting the corresponding transaction blocks one by one according to the ordering of the transactions corresponding to the transaction blocks and executing the transactions in the selected transaction blocks. For example, if the received local transaction ordering is "X1, X2, X3, X4, X5, X6, and X7", then the transaction "X1, X2, and X3" in the transaction block Y1 is the transaction ordered first, and then the transaction block Y1 is selected first for transaction execution; the transaction blocks Y1, Y2 and Y3 are selected in the order Y1, Y2 and Y3, and the data nodes execute the transactions in the transaction blocks Y1, Y2 and Y3 in sequence.
In the embodiment, each data node can automatically control the number of transactions in the transaction block according to the hardware attribute data of the data node, so that the condition of task blockage caused by the hardware attribute limitation of the data node, such as CPU limitation, in the subsequent transaction execution process can be avoided, and the response speed is improved.
In an optional embodiment, the preset request mechanism is a long polling request mechanism, and an upper limit value of a polling acquisition transaction number corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold value, so that the performance of multiple cores of a CPU of the data node is fully exerted. Compared with a registration transaction pushing mechanism, the long polling request mechanism in the embodiment can better adapt to the scene, and the long polling request mechanism can set the upper limit value of the polling acquisition transaction number, so that network congestion caused by excessive acquisition transactions at one time is avoided.
In an alternative embodiment, on the basis of the above embodiment, when the blockchain transaction block processing system 10 is executed by the processor 12, the following steps are further implemented:
analyzing whether a data node belongs to a plurality of block chains at the same time;
if a data node belongs to a plurality of block chains at the same time, analyzing the transaction quantity cached by a common node of each block chain to which the data node belongs;
if the transaction quantity cached by the common identification node of the block chain to which the data node belongs is smaller than a first threshold value, reducing an upper limit value of the transaction quantity acquired by the data node aiming at the polling of the block chain by a first preset value, and reducing a transaction parallel processing quantity threshold value of the data node aiming at the block chain by a second preset value, wherein the first preset value is the same as or different from the second preset value;
if the number of the transactions cached by the common identification node of the blockchain to which the data node belongs is greater than or equal to a second threshold, increasing an upper limit value of the number of the transactions acquired by the data node in response to polling of the blockchain by a third preset value, and increasing a threshold value of the number of the transactions processed in parallel by the data node in response to the blockchain by a fourth preset value, wherein the third preset value is the same as or different from the fourth preset value, and the second threshold is greater than or equal to the first threshold.
In this embodiment, the preset request mechanism is a long polling request mechanism, that is, each data node is provided with an upper limit value of the number of polling acquisition transactions, and the upper limit value of the number of polling acquisition transactions corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold. When a data node belongs to multiple blockchains simultaneously, if the number of transactions cached by a common node in one blockchain to which the data node belongs is small, that is, the transactions in the blockchain are idle, the upper limit value of the number of transactions acquired by the data node in response to polling of the blockchain and the threshold value of the number of transaction parallel processing can be reduced, so that partial processing capacity of the data node in response to the blockchain is released. If the number of transactions cached by the common node in the blockchain to which the data node belongs is large, that is, the transaction processing in the blockchain is busy, the upper limit value of the number of transactions acquired by the data node in response to polling of the blockchain and the threshold value of the number of transaction parallel processing can be increased, so as to increase the processing capacity of the data node in response to the blockchain. Thus, in this embodiment, the data node can appropriately reduce the processing quota of the blockchain with fewer transactions and appropriately increase the processing quota of the blockchain with more transactions, thereby fully utilizing the multi-core performance of the data node and improving the transaction processing capability of the whole system.
Referring to fig. 2, fig. 2 is a flowchart illustrating a method for processing a blockchain transaction block according to an embodiment of the present invention, the method for processing a blockchain transaction block includes the following steps:
step S10, a data node of a block chain initiates a transaction receiving request to a consensus node of the block chain through a preset request mechanism, and receives the well-ordered transactions in the consensus node to the local of the data node; and the consensus node collects all the transactions in advance, orders the transactions and caches the ordered transactions.
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm, and transactions are packaged into blocks to be executed. In this embodiment, the blockchain includes a data node and a consensus node, and first, the consensus node of the blockchain collects and sequences all transactions to be processed (for example, transactions such as transfer transactions and payment transactions), for example, sequences according to execution time, priority of importance, and the like, and caches all the sequenced transactions at the consensus node of the blockchain. And initiating a transaction receiving request to a common identification node of the block chain by a data node of the block chain through a preset request mechanism so as to receive the well-sequenced transactions in the common identification node to the local of the data node. The predetermined request mechanism may be a polling request mechanism, a long polling request mechanism, or a registration transaction push mechanism, for example, a polling request or a registration transaction push event is initiated from a data node of the blockchain to a consensus node of the blockchain. Namely, the data node of the blockchain initiates a transaction receiving request to the common node of the blockchain at regular time, or the data node of the blockchain initiates a receiving request of its registration transaction to the common node of the blockchain, so as to ensure that the data node of the blockchain can acquire the transaction information as soon as possible after the common node of the blockchain completes the transaction sequencing.
Step S20, each data node packages the received local transactions into one or more transaction blocks according to a preset rule, and selects the transaction blocks one by one according to the ordering of the corresponding transactions in the transaction blocks and executes the transactions in the selected transaction blocks according to the ordering order.
In this embodiment, after each data node of the block chain requests to acquire and store the ordered transactions in the common node of the block chain to the local of each data node, the received local transactions may be packaged into one or more transaction blocks according to a preset rule. For example, each of the data nodes may pack the received local transactions into one or more transaction blocks according to its configuration (including software and hardware configurations, such as the core number of the CPU, and the clock frequency), and the manner of generating the transaction blocks by packing may also be to generate the transaction blocks by timing packing, or generating the transaction blocks by packing according to a preset fixed transaction number, or generating the transaction blocks by combining timing packing and packing according to a fixed transaction number, which is not limited herein.
After each data node of the block chain packages the received local transactions into one or more transaction blocks, because all the transactions have been subjected to sorting operation in the common node, each data node of the block chain can select the transaction blocks one by one according to the sorting order of the corresponding transactions in the transaction blocks generated by local packaging, and execute the transactions in the selected transaction blocks.
Compared with the prior art, in the embodiment, all transactions are collected and sequenced by the common identification node of the block chain, and then the data node of the block chain initiates a transaction receiving request to the common identification node through a preset request mechanism so as to receive the sequenced transactions locally; and packaging the received local transactions by each data node to generate one or more transaction blocks, and executing the transactions in the generated transaction blocks. The function of generating the transaction block of the consensus node is transferred to the data node, the consensus node is only responsible for collecting the transactions and sequencing the transactions, the transactions are sent to the data node according to the request of the data node, the data node can be packaged into the transaction block after receiving the transactions, and the transactions in the transaction block are executed block by block. Therefore, the data node does not need to wait for the consensus node to package the transaction before acquiring the transaction block, and can acquire and execute the transaction as soon as possible under the condition of as low delay as possible, so that the response time of the system is reduced, and the execution efficiency of the block chain transaction block is improved.
In an alternative embodiment, on the basis of the above embodiment, the step S20 includes:
determining a transaction parallel processing quantity threshold corresponding to each data node according to hardware attribute data (for example, the core number of a CPU, or the core number and the clock frequency of the CPU, etc.) of each data node;
and each data node groups the received local transactions according to the ordering sequence of the transactions and the corresponding transaction parallel processing quantity threshold value. For example, the received local transactions are ordered to "X1, X2, X3, X4, X5, X6, and X7", if the threshold of the transaction parallel processing amount corresponding to a data node is 3, the data node groups the received local transactions into three groups, the first group is "X1, X2, and X3", the second group is "X4, X5, and X6", and the third group is "X7".
And packaging the transactions of each group respectively to generate a corresponding transaction block. For example, the first set of transactions "X1, X2, X3" corresponds to a transaction block Y1, the second set of transactions "X4, X5, X6" corresponds to a transaction block Y2, and the third set of transactions "X7" corresponds to a transaction block Y3.
And each data node selects the corresponding transaction blocks one by one according to the ordering of the transactions corresponding to the transaction blocks and executes the transactions in the selected transaction blocks. For example, if the received local transaction ordering is "X1, X2, X3, X4, X5, X6, and X7", then the transaction "X1, X2, and X3" in the transaction block Y1 is the transaction ordered first, and then the transaction block Y1 is selected first for transaction execution; the transaction blocks Y1, Y2 and Y3 are selected in the order Y1, Y2 and Y3, and the data nodes execute the transactions in the transaction blocks Y1, Y2 and Y3 in sequence.
In the embodiment, each data node can automatically control the number of transactions in the transaction block according to the hardware attribute data of the data node, so that the condition of task blockage caused by the hardware attribute limitation of the data node, such as CPU limitation, in the subsequent transaction execution process can be avoided, and the response speed is improved.
In an optional embodiment, the preset request mechanism is a long polling request mechanism, and an upper limit value of a polling acquisition transaction number corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold value, so that the performance of multiple cores of a CPU of the data node is fully exerted. Compared with a registration transaction pushing mechanism, the long polling request mechanism in the embodiment can better adapt to the scene, and the long polling request mechanism can set the upper limit value of the polling acquisition transaction number, so that network congestion caused by excessive acquisition transactions at one time is avoided.
In an optional embodiment, on the basis of the above embodiment, the method further includes the following steps:
analyzing whether a data node belongs to a plurality of block chains at the same time;
if a data node belongs to a plurality of block chains at the same time, analyzing the transaction quantity cached by a common node of each block chain to which the data node belongs;
if the transaction quantity cached by the common identification node of the block chain to which the data node belongs is smaller than a first threshold value, reducing an upper limit value of the transaction quantity acquired by the data node aiming at the polling of the block chain by a first preset value, and reducing a transaction parallel processing quantity threshold value of the data node aiming at the block chain by a second preset value, wherein the first preset value is the same as or different from the second preset value;
if the number of the transactions cached by the common identification node of the blockchain to which the data node belongs is greater than or equal to a second threshold, increasing an upper limit value of the number of the transactions acquired by the data node in response to polling of the blockchain by a third preset value, and increasing a threshold value of the number of the transactions processed in parallel by the data node in response to the blockchain by a fourth preset value, wherein the third preset value is the same as or different from the fourth preset value, and the second threshold is greater than or equal to the first threshold.
In this embodiment, the preset request mechanism is a long polling request mechanism, that is, each data node is provided with an upper limit value of the number of polling acquisition transactions, and the upper limit value of the number of polling acquisition transactions corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold. When a data node belongs to multiple blockchains simultaneously, if the number of transactions cached by a common node in one blockchain to which the data node belongs is small, that is, the transactions in the blockchain are idle, the upper limit value of the number of transactions acquired by the data node in response to polling of the blockchain and the threshold value of the number of transaction parallel processing can be reduced, so that partial processing capacity of the data node in response to the blockchain is released. If the number of transactions cached by the common node in the blockchain to which the data node belongs is large, that is, the transaction processing in the blockchain is busy, the upper limit value of the number of transactions acquired by the data node in response to polling of the blockchain and the threshold value of the number of transaction parallel processing can be increased, so as to increase the processing capacity of the data node in response to the blockchain. Thus, in this embodiment, the data node can appropriately reduce the processing quota of the blockchain with fewer transactions and appropriately increase the processing quota of the blockchain with more transactions, thereby fully utilizing the multi-core performance of the data node and improving the transaction processing capability of the whole system.
In addition, the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores a blockchain transaction block processing system, where the blockchain transaction block processing system is executable by at least one processor, so that the at least one processor executes the steps of the blockchain transaction block processing method in the above embodiments, and the specific implementation processes of the blockchain transaction block processing method, such as steps S10, S20, S30, are as described above, and are not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better embodiment. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The preferred embodiments of the present invention have been described above with reference to the accompanying drawings, and are not to be construed as limiting the scope of the invention. The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments. Additionally, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Those skilled in the art can implement the invention in various modifications, such as features from one embodiment can be used in another embodiment to yield yet a further embodiment, without departing from the scope and spirit of the invention. Any modification, equivalent replacement and improvement made within the technical idea of using the present invention should be within the scope of the right of the present invention.

Claims (8)

1. An electronic device comprising a memory, a processor, the memory having stored thereon a blockchain transactional block processing system operable on the processor, the blockchain transactional block processing system when executed by the processor implementing the steps of:
A. initiating a transaction receiving request to a consensus node of a block chain through a preset request mechanism, and receiving the well-sequenced transactions in the consensus node to the local of a data node; all transactions are collected in advance in the consensus node and are sequenced, and the sequenced transactions are cached;
B. packaging received local transactions into one or more transaction blocks according to a preset rule, selecting the transaction blocks one by one according to the ordering sequence and executing the transactions in the selected transaction blocks according to the ordering of the corresponding transactions in the transaction blocks;
when the block chain transaction block processing system is executed by the processor to implement step B, the method specifically includes:
determining a transaction parallel processing quantity threshold corresponding to each data node according to the hardware attribute data of each data node;
grouping the received local transactions according to the ordering sequence of the transactions and the corresponding transaction parallel processing quantity threshold;
packaging the transactions of each group respectively to generate corresponding transaction blocks;
and selecting the corresponding transaction blocks one by one according to the ordering of the transactions corresponding to the transaction blocks and executing the transactions in the selected transaction blocks.
2. The electronic device according to claim 1, wherein the predetermined request mechanism is a long polling request mechanism, and an upper limit value of the number of polling acquisition transactions corresponding to each data node is greater than or equal to a corresponding transaction parallel processing number threshold.
3. The electronic device of claim 2, wherein prior to step a, the processor is further configured to execute the blockchain transactional block processing system to implement the steps of:
analyzing whether a data node belongs to a plurality of block chains at the same time;
if a data node belongs to a plurality of block chains at the same time, analyzing the transaction quantity cached by a common node of each block chain to which the data node belongs;
if the transaction quantity cached by the common recognition node of the block chain to which the data node belongs is smaller than a first threshold value, reducing the upper limit value of the transaction quantity acquired by the data node aiming at the polling of the block chain to which the data node belongs by a first preset value, and reducing the threshold value of the transaction parallel processing quantity of the data node aiming at the block chain to which the data node belongs by a second preset value, wherein the first preset value is the same as or different from the second preset value;
if the number of the transactions cached by the common recognition node of the block chain to which the data node belongs is greater than or equal to a second threshold, increasing an upper limit value of the number of the transactions acquired by the data node in response to polling of the block chain to which the data node belongs by a third preset value, and increasing a threshold value of the number of the transactions processed in parallel of the block chain to which the data node belongs by a fourth preset value, wherein the third preset value is the same as or different from the fourth preset value, and the second threshold is greater than or equal to the first threshold.
4. A method for processing a blockchain transaction block, the method comprising:
step one, a data node of a block chain initiates a transaction receiving request to a consensus node of the block chain through a preset request mechanism, and the well-ordered transactions in the consensus node are received to the local of the data node; all transactions are collected in advance in the consensus node and are sequenced, and the sequenced transactions are cached;
step two, each data node packs received local transactions into one or more transaction blocks according to a preset rule, selects the transaction blocks one by one according to the ordering of corresponding transactions in the transaction blocks and executes the transactions in the selected transaction blocks;
the second step comprises the following steps:
determining a transaction parallel processing quantity threshold corresponding to each data node according to the hardware attribute data of each data node;
each data node groups the received local transactions according to the ordering sequence of the transactions and the corresponding transaction parallel processing quantity threshold;
packaging the transactions of each group respectively to generate corresponding transaction blocks;
and each data node selects the corresponding transaction blocks one by one according to the ordering of the transactions corresponding to the transaction blocks and executes the transactions in the selected transaction blocks.
5. A block chain transaction block processing method as claimed in claim 4, wherein said predetermined request mechanism is a long polling request mechanism, and an upper limit value of the number of polling acquisition transactions corresponding to each of said data nodes is greater than or equal to a corresponding transaction parallel processing number threshold value.
6. A method for processing a blockchain transaction block as recited in claim 5 wherein said predetermined request mechanism is a long polling request mechanism, said method further comprising, prior to said first step:
analyzing whether a data node belongs to a plurality of block chains at the same time;
if a data node belongs to a plurality of block chains at the same time, analyzing the transaction quantity cached by a common node of each block chain to which the data node belongs;
if the number of the transactions cached by the common recognition node of the block chain to which the data node belongs is smaller than a first threshold, reducing the upper limit value of the number of the transactions acquired by the data node in response to polling of the block chain to which the data node belongs by a first preset value, and reducing the threshold value of the number of the transactions processed in parallel by the data node in response to the block chain to which the data node belongs by a second preset value, wherein the first preset value is the same as or different from the second preset value.
7. A method of block chain transaction block processing as in claim 6 wherein the method further comprises:
if the number of the transactions cached by the common recognition node of the block chain to which the data node belongs is greater than or equal to a second threshold, increasing an upper limit value of the number of the transactions acquired by the data node in response to polling of the block chain to which the data node belongs by a third preset value, and increasing a threshold value of the number of the transactions processed in parallel of the block chain to which the data node belongs by a fourth preset value, wherein the third preset value is the same as or different from the fourth preset value, and the second threshold is greater than or equal to the first threshold.
8. A computer readable storage medium having stored thereon a blockchain transaction block processing system, which when executed by a processor implements the steps of the blockchain transaction block processing method according to any one of claims 4 to 7.
CN201711323460.8A 2017-12-13 2017-12-13 Block chain transaction block processing method, electronic device and readable storage medium Active CN107992356B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201711323460.8A CN107992356B (en) 2017-12-13 2017-12-13 Block chain transaction block processing method, electronic device and readable storage medium
PCT/CN2018/075880 WO2019114128A1 (en) 2017-12-13 2018-02-08 Block chain transaction block processing method, electronic device and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711323460.8A CN107992356B (en) 2017-12-13 2017-12-13 Block chain transaction block processing method, electronic device and readable storage medium

Publications (2)

Publication Number Publication Date
CN107992356A CN107992356A (en) 2018-05-04
CN107992356B true CN107992356B (en) 2021-09-14

Family

ID=62037450

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711323460.8A Active CN107992356B (en) 2017-12-13 2017-12-13 Block chain transaction block processing method, electronic device and readable storage medium

Country Status (2)

Country Link
CN (1) CN107992356B (en)
WO (1) WO2019114128A1 (en)

Families Citing this family (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110471755A (en) * 2018-05-09 2019-11-19 厦门本能管家科技有限公司 A kind of multi-process block hitting method and system
CN108776897B (en) * 2018-06-05 2020-04-21 腾讯科技(深圳)有限公司 Data processing method, device, server and computer readable storage medium
CN110428237B (en) * 2018-06-07 2021-05-14 腾讯科技(深圳)有限公司 Resource processing method and device, storage medium and electronic device
CN109165092B (en) * 2018-07-10 2021-07-20 矩阵元技术(深圳)有限公司 Consensus method, device and system based on effective computing power contribution
CN109086388B (en) * 2018-07-26 2020-12-29 百度在线网络技术(北京)有限公司 Block chain data storage method, device, equipment and medium
CN109241181A (en) 2018-08-08 2019-01-18 北京百度网讯科技有限公司 Database operation method and device
CN109639751B (en) * 2018-10-16 2021-12-21 平安科技(深圳)有限公司 Block chain link point monitoring method, device and system and computer storage medium
CN109614206A (en) * 2018-10-25 2019-04-12 深圳壹账通智能科技有限公司 Device, method and the storage medium of block chain issued transaction
CN109710387B (en) * 2018-12-06 2020-12-15 成都佰纳瑞信息技术有限公司 Policy engine for block chain transaction priority ordering and use method thereof
CN109684050B (en) * 2018-12-06 2021-02-19 成都佰纳瑞信息技术有限公司 Application method of parallelization transaction executor
CN110245006B (en) * 2019-05-07 2023-05-02 深圳壹账通智能科技有限公司 Method, device, equipment and storage medium for processing block chain transaction
CN110266763B (en) * 2019-05-20 2022-04-12 深圳壹账通智能科技有限公司 Method, system and storage medium for implementing block chain network interconnected across network segments
CN110460634B (en) * 2019-07-02 2020-10-27 特斯联(北京)科技有限公司 Edge computing consensus request management method and system
CN110555017A (en) * 2019-07-25 2019-12-10 深圳壹账通智能科技有限公司 block chain data cleaning method and device, computer equipment and storage medium
CN110535661B (en) * 2019-09-03 2022-10-11 中国建设银行股份有限公司 Service processing method and device based on block chain, electronic equipment and storage medium
CN110753028B (en) * 2019-09-11 2021-06-22 复旦大学 Method for controlling distributed accounting network resource use
CN110619582B (en) * 2019-09-18 2023-07-14 深圳前海微众银行股份有限公司 Block chain transaction method, device, equipment and computer storage medium
CN110598060A (en) * 2019-09-18 2019-12-20 广东卓启投资有限责任公司 Block chain rapid consensus method and device, computer equipment and storage medium
CN111177258B (en) * 2019-12-13 2021-05-18 浙商银行股份有限公司 Adaptive configuration transaction packaging method based on block chain platform
CN111241061B (en) * 2020-01-09 2023-04-07 平安科技(深圳)有限公司 Writing method of state database, data processing device and storage medium
CN111262921B (en) * 2020-01-13 2022-11-11 北京百度网讯科技有限公司 Application request processing method, device, equipment and medium based on block chain network
CN111506783B (en) * 2020-04-08 2023-12-22 百度在线网络技术(北京)有限公司 Transaction request processing method, device, equipment and medium in blockchain
CN112039987B (en) * 2020-08-28 2022-05-20 平安科技(深圳)有限公司 Method and device for processing blocks in block chain, node equipment and storage medium
CN111984733A (en) * 2020-09-03 2020-11-24 深圳壹账通智能科技有限公司 Data transmission method and device based on block chain and storage medium
CN111988432A (en) * 2020-09-03 2020-11-24 深圳壹账通智能科技有限公司 Block chain transaction processing method and device, electronic equipment and storage medium
CN111930847B (en) * 2020-09-16 2021-01-08 深圳壹账通智能科技有限公司 Data processing method and device based on block chain and storage medium
CN112491983A (en) * 2020-11-13 2021-03-12 南方科技大学 Intelligent contract scheduling method, device, equipment and storage medium based on block chain
CN112540985B (en) * 2020-12-07 2023-09-26 江苏赛融科技股份有限公司 Global ordering output system and method based on distributed computing framework
CN112613861B (en) * 2020-12-18 2024-02-02 国网浙江省电力有限公司嘉兴供电公司 Electric power pre-selling transaction method, device and system based on alliance chain
CN112712371A (en) * 2020-12-30 2021-04-27 东软集团股份有限公司 Federation chain system and method for same
CN113112359A (en) * 2021-03-16 2021-07-13 卓尔智联(武汉)研究院有限公司 Alliance chain consensus achieving method, device and storage medium
CN113409047B (en) * 2021-08-18 2021-11-23 腾讯科技(深圳)有限公司 Data processing method, device and equipment based on block chain and readable storage medium
CN114979148B (en) * 2022-06-16 2023-07-14 中国联合网络通信集团有限公司 Data transmission method, device and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929707A (en) * 2012-11-06 2013-02-13 无锡江南计算技术研究所 Parallel task dynamical allocation method
CN103677751A (en) * 2012-09-06 2014-03-26 阿里巴巴集团控股有限公司 Task parallel processing method and device
CN105573828A (en) * 2015-12-17 2016-05-11 布比(北京)网络技术有限公司 Operation processing method and device
CN107391526A (en) * 2017-03-28 2017-11-24 阿里巴巴集团控股有限公司 A kind of data processing method and equipment based on block chain
CN107395665A (en) * 2017-05-22 2017-11-24 阿里巴巴集团控股有限公司 A kind of block chain service handling and business common recognition method and device

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105808339B (en) * 2014-12-29 2019-05-17 华为技术有限公司 Big data parallel calculating method and device
US10515409B2 (en) * 2016-03-23 2019-12-24 Domus Tower, Inc. Distributing work load of high-volume per second transactions recorded to append-only ledgers
US10304143B2 (en) * 2016-05-05 2019-05-28 Lance Timothy Kasper Consensus system for manipulation resistant digital record keeping
CN106656974B (en) * 2016-10-17 2019-07-16 江苏通付盾科技有限公司 The grouping common recognition method and system of block chain
CN106874087A (en) * 2017-01-25 2017-06-20 上海钜真金融信息服务有限公司 A kind of block chain intelligence contract timed task dispatching method
CN107040582B (en) * 2017-02-17 2020-08-14 创新先进技术有限公司 Data processing method and device
CN111756550B (en) * 2017-03-28 2023-08-22 创新先进技术有限公司 Block chain consensus method and device
CN107391527B (en) * 2017-03-28 2020-03-27 创新先进技术有限公司 Data processing method and device based on block chain
CN107360206B (en) * 2017-03-29 2020-03-27 创新先进技术有限公司 Block chain consensus method, equipment and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677751A (en) * 2012-09-06 2014-03-26 阿里巴巴集团控股有限公司 Task parallel processing method and device
CN102929707A (en) * 2012-11-06 2013-02-13 无锡江南计算技术研究所 Parallel task dynamical allocation method
CN105573828A (en) * 2015-12-17 2016-05-11 布比(北京)网络技术有限公司 Operation processing method and device
CN107391526A (en) * 2017-03-28 2017-11-24 阿里巴巴集团控股有限公司 A kind of data processing method and equipment based on block chain
CN107395665A (en) * 2017-05-22 2017-11-24 阿里巴巴集团控股有限公司 A kind of block chain service handling and business common recognition method and device

Also Published As

Publication number Publication date
WO2019114128A1 (en) 2019-06-20
CN107992356A (en) 2018-05-04

Similar Documents

Publication Publication Date Title
CN107992356B (en) Block chain transaction block processing method, electronic device and readable storage medium
US8423605B2 (en) Parallel distributed processing method and computer system
CN112667414A (en) Message queue-based message consumption method and device, computer equipment and medium
CN108446171B (en) Electronic device, distributed system execution task allocation method and storage medium
US11210127B2 (en) Method and apparatus for processing request
CN112306661B (en) Task scheduling method and device, electronic equipment and readable storage medium
US10013288B2 (en) Data staging management system
CN113342498A (en) Concurrent request processing method, device, server and storage medium
CN114035987A (en) Data transmission method and device based on message queue, electronic equipment and medium
CN110020060B (en) Webpage data crawling method and device and storage medium
CN108833505B (en) Data request processing method, server and storage medium
CN114640707A (en) Message asynchronous processing method and device, electronic equipment and storage medium
CN110688223B (en) Data processing method and related product
CN111679895A (en) Execution method, device and equipment of distributed timing task and readable storage medium
EP3859627A1 (en) Method, system, and apparatus for merging order goods and electronic device
CN106537321B (en) Method, device and storage system for accessing file
CN110865877A (en) Task request response method and device
CN110855525A (en) Flow statistical method, electronic device, system and medium
CN109697281A (en) The online method, apparatus and electronic equipment for merging document
JP5883937B2 (en) Computer system, data management method, and recording medium for storing program
CN111143293B (en) Metadata acquisition method, device, equipment and computer readable storage medium
CN106156169B (en) Discrete data processing method and device
CN110266438B (en) Data transmission method, device and system and computer readable storage medium
CN109379284B (en) Route execution method, storage medium, and terminal device
CN113120498A (en) Roadway goods picking management method and device

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180601

Address after: 518000 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant after: Shenzhen one ledger Intelligent Technology Co., Ltd.

Address before: 200030 Xuhui District, Shanghai Kai Bin Road 166, 9, 10 level.

Applicant before: Shanghai Financial Technologies Ltd

REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1249618

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant