WO2018232490A1 - Multilevel queue based transaction traffic shaping for blockchains - Google Patents

Multilevel queue based transaction traffic shaping for blockchains Download PDF

Info

Publication number
WO2018232490A1
WO2018232490A1 PCT/CA2018/000125 CA2018000125W WO2018232490A1 WO 2018232490 A1 WO2018232490 A1 WO 2018232490A1 CA 2018000125 W CA2018000125 W CA 2018000125W WO 2018232490 A1 WO2018232490 A1 WO 2018232490A1
Authority
WO
WIPO (PCT)
Prior art keywords
level
transactions
queue
blockchain
transaction
Prior art date
Application number
PCT/CA2018/000125
Other languages
French (fr)
Inventor
Enyan DENG
Original Assignee
Zeu Crypto Networks Inc.
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 Zeu Crypto Networks Inc. filed Critical Zeu Crypto Networks Inc.
Publication of WO2018232490A1 publication Critical patent/WO2018232490A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • H04L47/125Avoiding congestion; Recovering from congestion by balancing the load, e.g. traffic engineering
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/22Traffic shaping
    • H04L47/225Determination of shaping rate, e.g. using a moving window
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/52Queue scheduling by attributing bandwidth to queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/60Queue scheduling implementing hierarchical scheduling

Abstract

A multilevel queue based blockchain transaction traffic shaping method is disclosed. The method includes receiving a transaction request at the blockchain from a client; inserting the transaction into the first-level queue, and using the transaction's ID for hash calculation; performing a modulo operation on the hash value according to the number of second-level queues, and inserting the transaction into a corresponding second-level queue according to the remainder of the modulo operation; and transitioning from the second level queue to a third level queue, during which transaction rate-limiting is enforced. A rate-limit strategy sets the size of the third-level queue to adjust the rate. A scheduler, timely adjusts the size of the queue to handle the incoming burst requests based on processing power. Concurrent processing and load balancing are utilized to handle bursts of transactions, to effectively improve the stability of the blockchain system.

Description

Multilevel Queue Based Transaction Traffic Shaping for Blockchains Technical Field
[0001] The present invention relates generally to blockchain technology and in particular to blockchain systems that utilize transaction traffic shaping.
Background Art
[0002] In the last few years, blockchain technology has made great strides, and the speed of blockchain transaction processing has greatly improved. Blockchain is a distributed database system involving a networked set of computing devices called nodes. It has often been understood as distributed ledger technology jointly maintained by multiple nodes. It can be characterized as highly tamper-resistant, difficult to forge or counterfeit, and traceable. Blockchain records all transactions that have ever occurred on the blockchain.
[0003] There have been several generations of blockchain technology today. Bitcoin is an example of the first generation of blockchain technology, in which only historical transaction information is recorded on a distributed ledger, and no account information is recorded for the account balance. Further development of blockchain technology has led to what may be called the second generation of blockchain technology, which is represented by Ethereum. The third of generation blockchain technology is based on the concept of a full ledger concept and chain code, and adopts the design of the private or permissioned blockchain.
[0004] Third-generation blockchain technology, such as TianDe Blockchain, can process tens of thousands of transactions per second. However, for commercial applications often characterized by sudden peaks of the incoming transaction volume, such as the Double 1 1 Day or Single's Day online shopping event which reached a peak rate of 12 million payments per second, current blockchain transaction processing speed still cannot meet the processing demand paused by the burst of traffic. The instantaneous trading volume increase may cause the entire blockchain system to at least temporarily shutdown, resulting in significant loss. [0005] In order to tackle the above bursty traffic problem in conventional high-concurrency systems, the transaction processing capacity of the system is typically increased by using caching, downgrading, and flow control, so that the burst traffic is temporarily blocked, the system is load-balanced and the rate of concurrent access and requests is limited. Such measures and others are used to protect the system.
[0006] However, while traditional high-concurrency systems essentially have a primary- replica or primary-secondary system architecture, blockchain systems use a completely different architecture. As a result, traditional solutions cannot be effectively used to meet requirements of the blockchain system. The is thus a need for a blockchain technology platform capable of handling bursts of transactions.
Summary of Invention
[0007] In accordance with one aspect of the present invention, there is provided a method of shaping transaction traffic in a blockchain utilizing a multilevel queue system. The method includes inserting blockchain transactions into first-level queue of the multilevel queue system; inserting transactions from the first-level queue, into a plurality of second level queues of the multilevel queue system; inserting transactions from the second-level queues into a plurality of corresponding third-level queues of the multilevel queue system; and retrieving transactions from the third level queues, for consensus voting.
[0008] In accordance with another aspect of the present invention, there is provided a blockchain system including a plurality of nodes implementing a multilevel queue system, a consensus thread, and a scheduler. The multilevel queue system includes a first-level queue, a plurality of second level queues and a plurality of third level queues. The scheduler inserts blockchain transactions into the first-level queue; transactions from the first-level queue, into a plurality of second level queues; and finally inserts transactions from the second-level queues into a plurality of corresponding third-level queues. The consensus thread retrieves transactions from the third level queues for consensus voting. [0009] In accordance with yet another aspect of the present invention, there is provided a blockchain system including a plurality of nodes, implementing a multilevel queue system having N levels where N > 2, a consensus thread, and a scheduler. The scheduler inserts blockchain transactions into the first-level queue; and iteratively inserts transactions from the nth level queue into a plurality of n+lst level queues for n < N. The consensus thread retrieves transactions from the Nth level queues for consensus voting.
Brief Description of Drawings
[0010] In the figures, which illustrate by way of example only, embodiments of the present invention:
[0011] FIG. 1 is a simplified block diagram of the internal storage a first- level queue, for a blockchain exemplary of an embodiment of the present invention;
[0012] FIG. 2 is a simplified block diagram of blockchain transactions divided into two channels and stored in second-level queues;
[0013] FIG. 3 is a simplified block diagram of the internal storage of third-level queues implementing traffic rate-limiting;
[0014] FIG. 4 is a simplified block diagram of the transaction data flow in a multilevel queue based blockchain system, in accordance with one embodiment;
[0015] FIG. 5 is a schematic diagram of the blockchain transaction traffic handling without the use of multilevel queues; and
[0016] FIG. 6 is a table of example transactions taken out for blockchain consensus threads.
[0017] Specific embodiments will be described in detail, by way of example only, with reference to the attached drawings. The same reference label in the drawings identifies the same or similar elements, parts or portions thereof. Persons of skill in the art will readily understand that the drawings are not necessarily drawn to scale. Description of Embodiments
[0018] In order to equip a blockchain technology platform to handle a burst of transactions, a multilevel queue based blockchain transaction traffic shaping, which combines the characteristics of high-concurrency system and the characteristics of blockchain multi-node consensus, is presented. Embodiments of the present invention can effectively meet the efficiency requirements of a blockchain system while ensuring high concurrency, high availability and system stability.
[0019] In order to deal with the shortcoming of conventional blockchain systems in managing peak trading scenarios, embodiments of the present invention provide a multilevel queue based blockchain transaction traffic shaping system and method.
[0020] Some of the disclosed embodiments include blockchain systems, with multilevel queues, which are used to offload and restrict the transaction traffic so as to smooth out the peak traffic and effectively utilize the high concurrency processing capability of the system. A first level queue forming part of the system, includes a very large buffer for holding client-initiated transaction processing requests to ensure that transaction requests will not be discarded due to denial of access. One or more second level queue that have relatively smaller buffers are also used. The number of second-level queues may be determined by the number of available concurrent threads and system capacity. As will become apparent later, transaction requests may divide into two or more channels. Second level queues also play a role in load balancing.
[0021] In one exemplary blockchain system, each transaction is assigned, by default, with a unique transaction identifier (ID). A transaction ID hash operation is performed whereby a hash value undergoes a modulo operation where the divisor is the number of queues. The transaction is then allocated to a corresponding second level queue based on the remainder of the modulo operation. Transaction traffic shaping is performed at the second level queue and the third level queue. The traffic shaping policy adjusts the current control rate in time by setting the size of the third level queue. Adjusting the size of the queue according to the processing power of the thread in time allows the system to meet the processing requirement for the burst of traffic. [0022] Embodiments of the present invention fully utilize concurrent processing within blockchain systems to meet the processing requirements at certain sudden peak transactions. The disclosed embodiments combine load balancing technology to maximize system concurrency and help improve system stability.
[0023] In this disclosure, the use of the word "a" or "an" when used herein in conjunction with the term "comprising" may mean "one," but it is also consistent with the meaning of "one or more," "at least one" and "one or more than one." Any element expressed in the singular form also encompasses its plural form. Any element expressed in the plural form also encompasses its singular form. The term "plurality" as used herein means more than one, for example, two or more, three or more, four or more, and the like. Directional terms such as "top", "bottom", "upwards", "downwards", "vertically" and "laterally" are used for the purpose of providing relative reference only, and are not intended to suggest any limitations on how any article is to be positioned during use, or to be mounted in an assembly or relative to an environment.
[0024] The terms "comprising", "having", "including", and "containing", and grammatical variations thereof, are inclusive or open-ended and do not exclude additional, un-recited elements and/or method steps. The term "consisting essentially of when used herein in connection with a composition, use or method, denotes that additional elements, method steps or both additional elements and method steps may be present, but that these additions do not materially affect the manner in which the recited composition, method, or use functions. The term "consisting of when used herein in connection with a composition, use, or method, excludes the presence of additional elements and/or method steps.
[0025] A "blockchain" is a tamper-evident, shared digital ledger that records transactions in a public or private peer-to-peer network of computing devices. The ledger is maintained as a growing sequential chain of cryptographic hash-linked blocks. [0026] A "node" is a device on a blockchain network. The device is typically be a computer having a processor interconnected to a processor readable medium including memory, having processor readable instructions thereon.
[0027] In addition, the terms "first", "second", "third" and the like are used for descriptive purposes only and cannot be interpreted as indicating or implying relative importance.
[0028] In the description of the invention, it should also be noted that the terms "mounted", "linked" and "connected" should be interpreted in a broad sense unless explicitly defined and limited otherwise. For example, it could be fixed connection, or assembled connection, or integrally connected; either hard-wired or soft-wired; it may be directly connected or indirectly connected through an intermediary. For technical professionals, the specific meanings of the above terms in the invention may be understood in context.
[0029] In the drawings illustrating embodiments of the present invention, the same or similar reference labels correspond to the same or similar parts. In the description of the invention, it should be noted that the meaning of "a plurality of means two or more unless otherwise specified; The directions or positions of the terms "up", "down", "left", "right", "inside", "outside", "front end", "back end", "head", "tail", the orientation or positional relationship shown in the drawings is merely for the convenience of describing the invention and simplifying the description rather than indicating or implying that the indicated device or element must have a particular orientation and be constructed and operated in a particular orientation, and therefore cannot be used as a limitation of the invention.
[0030] The core blockchain system, in accordance with an exemplary embodiment, utilizes the consensus algorithm. Most private or permissioned blockchains adopt the Practical Byzantine Fault Tolerance (PBFT) algorithm, and the nodes participating in the consensus process will verify transactions and vote. Assuming that there are 3f +1 (where f - 1, 2,... ) nodes so that there are (4, 7, ...) nodes participating in the consensus, if the number of nodes voting "yes" is > 2f + 1 that is, (3,5 ...) in the blockchain system, then the transaction is considered valid, the blockchain system will store valid transactions in a block, and link the block to the tail of the blockchain.
[0031] Suppose a blockchain has four consensus nodes in the blockchain system; each node has a multilevel queue system; the queue system has two channels; and the third-level queue limit is two transactions. Then the multilevel queue system will work in accordance with the following four (4) steps:
[0032] First, blockchain transactions are inserted into the multilevel queue system. The client system respectively sends six transactions Txl, Tx2, Tx6 to the first-level queue of four nodes, and enters six transactions in a first- level queue 100 as shown in FIG. 1.
[0033] Second, blockchain transactions are divided. According to the principle of first-in- first-out (FIFO) queue, the scheduler pops the transaction from the first-level queue 100. First, Txl pops up from the queue and hash calculation is performed on its transaction identifier (ID). Suppose the transaction ID of for nth transaction Txn is denoted TxIDn (where n=l , 2, ...).
[0034] Assuming HASH (TxIDl) = 0x0001, HASH (TxIDl) = 0x0001, HASH (TxID2) = 0x0002, HASH (TxID3) = 0x0003, HASH (TxID4) = 0x0004, HASH (TxID5) = 0x0005, and HASH (TxID6) = 0x0006, a modulo operation (denoted % or mod) is performed where the hash value is the dividend and the number of channels is the divisor, so that for Txl this yields 0x0001 % 2 = 1. Transaction Txl is thus assigned to channel 1 of the second-level queue 104. Similarly, transactions Tx2-Tx6 will be assigned to the corresponding channel (0 or 1) of the second level queues 102, 104 respectively. Transactions are diverted to channels, as shown in FIG. 2.
[0035] Third, blockchain transaction rate-limiting. In this example, the limit of the third- level queue is two transactions, the maximum number of transactions from the second-level queue to the third-level queue is two, and each third-level queue 106, 108 functions similarly to the leaky bucket algorithm to control the rate of transaction processing, to smooth out the burst transactions, as shown in FIG. 3. The number of transactions stored in the third-level queues is limited to an adjustable limit to provide rate-limiting.
[0036] Fourth, blockchain transactions retrieved from the multilevel queue system. BC (Blockchain) consensus thread takes transactions out from the third-level queue for consensus. Because there are multiple blockchain consensus threads, the blockchain consensus process can process transactions in parallel to enhance the blockchain system's ability to handle transactions.
[0037] In general, the overall process of initiating a transaction from a client 400, to a multilevel queue system, and then to BC consensus threads, is shown in FIG. 4. The depicted queue subsystem has a first-level queue 100 and second-level queues 200 and third-level queues 300.
[0038] To appreciate the role of a multilevel queue subsystem in improving blockchain system performance, consider a queue subsystem has only first-level queue 500 and no second- level or third-level queues as depicted in FIG. 5. Under such a system, two BC consensus threads 502, 504 take transactions from the first-level queue 500 for consensus. For each consensus, each thread 502, 504 takes two transactions from the queue and the BC consensus threads are in competition relationship with each other. The queue access must be mutually exclusive, as shown in FIG. 5.
[0039] Possible consequence of transactions taken out by BC Consensus Threads are as shown in the table in FIG. 6, when BC consensus threads of four nodes each obtains the above transaction sequence due to the competitive relationship, the consensus of Thread 0 on transactions TxIDl-TxID4 will fail (for failing to satisfy > 2f + 1), the transaction TxIDl-TxID4 is re-routed back to the tail of the first-level queue and ready for the next time taking out for consensus.
[0040] For multilevel queue subsystems, after the transactions are divided and rate-limited, the above problems can be effectively avoided. It can be said that dividing the transactions into multiple channels improves the consensus efficiency of the blockchain system and achieves a certain load balancing effect and maximizes the efficiency of blockchain system, while rate- limiting makes the blockchain system smooth out the burst traffic. This ensures high availability and stability of the system.
[0041] While the present invention has been described with reference to the particular illustrative embodiments, it is to be understood that the invention is not to be limited by the particular details of the embodiments described but only by the appended claims. Persons of skill in the art would understand that the implementation details of the present invention can be modified without departing from the scope of the claims.

Claims

What is claimed is:
1. A method of shaping transaction traffic in a blockchain utilizing a multilevel queue system, the method comprising:
a) inserting blockchain transactions into first-level queue of the multilevel queue system; b) inserting transactions from the first-level queue, into a plurality of second level queues of the multilevel queue system;
c) inserting transactions from the second-level queues into a plurality of corresponding third-level queues of the multilevel queue system; and
d) retrieving transactions from the third level queues, for consensus voting.
2. The method of claim 1, further comprising receiving the blockchain transactions from a client system for insertion into the first-level queue.
3. The method of claim 1, wherein each of the second-level and third-level queues belong to one of a plurality of channels, the method further comprising:
for each transaction in the first-level queue,
a) determining a hash value based on an identifier of the transaction;
b) selecting one of the plurality of channels based on the hash value; and
c) assigning the transaction to a second-level queue that belongs to the selected channel.
4. The method of claim 3, wherein said selecting one of the plurality of channels based on the hash value comprises performing a modulo operation with the number of said plurality of channels as divisor and the identifier of the transaction as dividend.
5. The method of claim 3, the number of transactions stored in the third-level queues is limited to an adjustable limit, to provide rate-limiting.
6. The method of claim 3, further comprising retrieving transactions from the third-level queues for consensus voting.
7. The method of claim 3, wherein transactions from any two different channels among said plurality channels are concurrently processed for the consensus voting thereby increasing processing efficiency of the blockchain.
8. The method of claim 5, wherein said limit smoothes out a burst said transactions thereby maintaining high availability and increased stability of the blockchain.
9. A blockchain system comprising a plurality of nodes implementing: a multilevel queue system, a consensus thread, and a scheduler; the multilevel queue system comprising first- level queue, a plurality of second level queues and a plurality of third level queues, wherein the scheduler:
a) inserts blockchain transactions into the first-level queue;
b) inserts transactions from the first-level queue, into a plurality of second level queues; and c) inserts transactions from the second-level queues into a plurality of corresponding third- level queues;
wherein the consensus thread retrieves transactions from the third level queues for consensus voting.
10. The blockchain system of claim 9, wherein the blockchain transactions are received from a client system for insertion in to the first-level queue.
1 1. The blockchain system of claim 9, wherein each of the second-level and third-level queues belong to one of a plurality of channels, wherein for each transaction in the first-level queue, the scheduler:
a) determines the hash value based on an identifier of the transaction;
b) selects one of the plurality of channels based on the hash value;
c) assigns the transaction to a second-level queue in the selected channel.
12. The blockchain system of claim 9, wherein the scheduler selects one of the plurality of channels based on the hash value by performing a modulo operation with the number of said plurality of channels as divisor and the identifier of the transaction as dividend.
13. The blockchain system of claim 1 1, wherein the third-level queues are rate-limited to an adjustable limit on number of transactions, and wherein insertion of transactions from the second-level queues into a plurality of corresponding third-level queues is limited to said adjustable limit.
14. The blockchain system of claim 1 1, wherein the consensus thread retrieves transactions from the third-level queues for consensus voting.
15. The blockchain system of claim 1 1 , wherein transactions from any two different channels among said plurality channels are concurrently processed for the consensus voting thereby increasing processing efficiency of the blockchain.
16. The blockchain system of claim 13, wherein said limit smoothes out a burst said transactions thereby maintaining high availability and increased stability of the blockchain system.
17. A blockchain system comprising a plurality of nodes, implementing a multilevel queue system having N levels where N > 2, a consensus thread, and a scheduler, wherein the scheduler:
a) inserts blockchain transactions into the first-level queue; and
b) iteratively inserts transactions from the nth level queue, into a plurality of η+ ' level queues for n < N;
and wherein the consensus thread retrieves transactions from the Nth level queues for consensus voting.
PCT/CA2018/000125 2017-06-22 2018-06-20 Multilevel queue based transaction traffic shaping for blockchains WO2018232490A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710479106.8 2017-06-22
CN201710479106.8A CN107241279A (en) 2017-06-22 2017-06-22 A kind of block chain transaction current-limiting method based on multi-buffer queue

Publications (1)

Publication Number Publication Date
WO2018232490A1 true WO2018232490A1 (en) 2018-12-27

Family

ID=59987890

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2018/000125 WO2018232490A1 (en) 2017-06-22 2018-06-20 Multilevel queue based transaction traffic shaping for blockchains

Country Status (2)

Country Link
CN (1) CN107241279A (en)
WO (1) WO2018232490A1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110163517A (en) * 2019-05-24 2019-08-23 燕山大学 It is a kind of to be had a holiday regular block catenary system modeling method based on G- limitation service
CN110601995A (en) * 2019-09-12 2019-12-20 腾讯科技(深圳)有限公司 Method, apparatus, storage medium, and device for controlling traffic in a blockchain network
CN111047306A (en) * 2019-12-17 2020-04-21 北京菲林方德科技有限公司 Parallel transaction processing method and device for transaction input set
CN111078696A (en) * 2019-12-04 2020-04-28 杭州复杂美科技有限公司 Block generation method, device and storage medium
CN111158934A (en) * 2019-12-31 2020-05-15 中国银行股份有限公司 Method and device for realizing different-level delay splicing based on buffer queue received data
CN111324449A (en) * 2019-12-13 2020-06-23 杭州复杂美科技有限公司 Transaction storage and broadcasting method, device and storage medium of memory pool
KR20200085553A (en) * 2019-01-07 2020-07-15 한양대학교 에리카산학협력단 A voter terminal, an authentication server, a voting server, and Electronic voting system
US10860259B1 (en) 2019-07-17 2020-12-08 Tyson York Winarski Multi-tiered storage system for blockchain
CN112804351A (en) * 2021-03-05 2021-05-14 中国工商银行股份有限公司 Flow control method, device, node, medium and product of block chain system
CN113132253A (en) * 2021-03-29 2021-07-16 杭州趣链科技有限公司 Bandwidth current limiting method and electronic equipment
CN116489106A (en) * 2023-06-21 2023-07-25 新华三技术有限公司 Congestion control method, device, forwarding chip and client

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108171603A (en) * 2017-12-15 2018-06-15 深圳智盾信息技术有限公司 A kind of integral management system based on block chain
CN108182580B (en) * 2017-12-29 2021-01-01 北京欧链科技有限公司 Block chain-based contract triggering method and device
CN108288156B (en) * 2018-01-04 2020-08-14 杭州复杂美科技有限公司 Block chain transaction storage and queuing method
CN108399572A (en) * 2018-03-22 2018-08-14 深圳市网心科技有限公司 block chain transaction processing method, device and storage medium
CN108596613A (en) * 2018-03-22 2018-09-28 深圳市网心科技有限公司 block chain transaction processing method, device and storage medium
CN108805702B (en) * 2018-04-19 2022-04-01 深圳市迅雷网络技术有限公司 Transaction buffering/accelerating method based on block chain and block chain transaction processing system
CN109376020B (en) * 2018-09-18 2021-02-12 中国银行股份有限公司 Data processing method, device and storage medium under multi-block chain interaction concurrence
CN109461079B (en) * 2018-10-29 2022-04-05 众安信息技术服务有限公司 Transaction processing method and device based on block chain
CN109784930B (en) * 2019-02-18 2023-07-18 深圳市迅雷网络技术有限公司 Block chain transaction data processing method and device, electronic equipment and medium
CN110309230A (en) * 2019-05-22 2019-10-08 深圳壹账通智能科技有限公司 Block generation method, device, equipment and storage medium based on block chain
CN111885186A (en) * 2019-06-03 2020-11-03 陈迦琳 Block chain financial big data processing method
CN112241515A (en) * 2019-07-19 2021-01-19 傲为信息技术(江苏)有限公司 Digital asset authentication processing system
CN112039987B (en) * 2020-08-28 2022-05-20 平安科技(深圳)有限公司 Method and device for processing blocks in block chain, node equipment and storage medium
CN115720238B (en) * 2022-09-01 2024-04-02 西安电子科技大学 System and method for processing block chain request supporting high concurrency

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150016266A1 (en) * 2013-07-09 2015-01-15 Cristian Florin Dumitrescu Traffic Management with Ingress Control
WO2016046820A1 (en) * 2014-09-23 2016-03-31 Spondoolies Tech Ltd. System and method for providing shared hash engines architecture for a bitcoin block chain
WO2017109140A1 (en) * 2015-12-22 2017-06-29 Bigchaindb Gmbh Decentralized, tamper-resistant, asset-oriented database system and method of recording a transaction
CN108062672A (en) * 2017-12-07 2018-05-22 北京泛融科技有限公司 A kind of process dispatch method based on block chain intelligence contract
CN108243241A (en) * 2017-11-10 2018-07-03 杭州复杂美科技有限公司 A kind of storage mode of block chain transaction and queueing form
CN108241968A (en) * 2017-03-26 2018-07-03 杭州复杂美科技有限公司 The method that front end processor participates in block chain common recognition
CN108288156A (en) * 2018-01-04 2018-07-17 杭州复杂美科技有限公司 A kind of storage of block chain transaction and queuing strategy

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103268321B (en) * 2013-04-19 2016-04-27 中国建设银行股份有限公司 High concurrent transaction data processing method and device
CN104598563B (en) * 2015-01-08 2018-09-04 北京京东尚科信息技术有限公司 High concurrent date storage method and device
CN106060164B (en) * 2016-07-12 2021-03-23 Tcl科技集团股份有限公司 Telescopic cloud server system and communication method thereof
CN106611061B (en) * 2016-12-29 2018-02-23 北京众享比特科技有限公司 Database write-in method and system based on block chain network
CN106529951A (en) * 2016-12-30 2017-03-22 杭州云象网络技术有限公司 Node consensus verification method under league chain network through asynchronous mode

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150016266A1 (en) * 2013-07-09 2015-01-15 Cristian Florin Dumitrescu Traffic Management with Ingress Control
WO2016046820A1 (en) * 2014-09-23 2016-03-31 Spondoolies Tech Ltd. System and method for providing shared hash engines architecture for a bitcoin block chain
WO2017109140A1 (en) * 2015-12-22 2017-06-29 Bigchaindb Gmbh Decentralized, tamper-resistant, asset-oriented database system and method of recording a transaction
CN108241968A (en) * 2017-03-26 2018-07-03 杭州复杂美科技有限公司 The method that front end processor participates in block chain common recognition
CN108243241A (en) * 2017-11-10 2018-07-03 杭州复杂美科技有限公司 A kind of storage mode of block chain transaction and queueing form
CN108062672A (en) * 2017-12-07 2018-05-22 北京泛融科技有限公司 A kind of process dispatch method based on block chain intelligence contract
CN108288156A (en) * 2018-01-04 2018-07-17 杭州复杂美科技有限公司 A kind of storage of block chain transaction and queuing strategy

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YU ET AL.: "Smart-Contract Execution with Concurrent Block Building", 2017 IEEE SYMPOSIUM ON SERVICE-ORIENTED SYSTEM ENGINEERING (SOSE, 6 April 2017 (2017-04-06), San Francisco, CA , USA, pages 160 - 167, XP033105233, ISBN: 978-1-5090-6321-5, Retrieved from the Internet <URL:https://ieeexplore.ieee.org/document/7943307> [retrieved on 20180905] *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20200085553A (en) * 2019-01-07 2020-07-15 한양대학교 에리카산학협력단 A voter terminal, an authentication server, a voting server, and Electronic voting system
KR102171568B1 (en) 2019-01-07 2020-10-29 한양대학교 에리카산학협력단 A voter terminal, an authentication server, a voting server, and Electronic voting system
CN110163517A (en) * 2019-05-24 2019-08-23 燕山大学 It is a kind of to be had a holiday regular block catenary system modeling method based on G- limitation service
CN110163517B (en) * 2019-05-24 2021-04-20 燕山大学 Block chain system modeling method based on G-limited service vacation rule
US11385840B2 (en) 2019-07-17 2022-07-12 Tyson York Winarski Multi-tiered data storage with archival blockchains
US10860259B1 (en) 2019-07-17 2020-12-08 Tyson York Winarski Multi-tiered storage system for blockchain
CN110601995B (en) * 2019-09-12 2023-03-24 腾讯科技(深圳)有限公司 Method, apparatus, storage medium, and device for controlling traffic in a blockchain network
CN110601995A (en) * 2019-09-12 2019-12-20 腾讯科技(深圳)有限公司 Method, apparatus, storage medium, and device for controlling traffic in a blockchain network
CN111078696A (en) * 2019-12-04 2020-04-28 杭州复杂美科技有限公司 Block generation method, device and storage medium
CN111324449A (en) * 2019-12-13 2020-06-23 杭州复杂美科技有限公司 Transaction storage and broadcasting method, device and storage medium of memory pool
CN111047306A (en) * 2019-12-17 2020-04-21 北京菲林方德科技有限公司 Parallel transaction processing method and device for transaction input set
CN111158934A (en) * 2019-12-31 2020-05-15 中国银行股份有限公司 Method and device for realizing different-level delay splicing based on buffer queue received data
CN111158934B (en) * 2019-12-31 2023-05-02 中国银行股份有限公司 Method and device for realizing different-level delay splicing based on data received by buffer queue
CN112804351B (en) * 2021-03-05 2022-12-23 中国工商银行股份有限公司 Flow control method, device, node, medium and product of block chain system
CN112804351A (en) * 2021-03-05 2021-05-14 中国工商银行股份有限公司 Flow control method, device, node, medium and product of block chain system
WO2022206044A1 (en) * 2021-03-29 2022-10-06 杭州趣链科技有限公司 Bandwidth traffic limiting method and electronic device
CN113132253A (en) * 2021-03-29 2021-07-16 杭州趣链科技有限公司 Bandwidth current limiting method and electronic equipment
CN116489106A (en) * 2023-06-21 2023-07-25 新华三技术有限公司 Congestion control method, device, forwarding chip and client
CN116489106B (en) * 2023-06-21 2023-09-19 新华三技术有限公司 Congestion control method, device, forwarding chip and client

Also Published As

Publication number Publication date
CN107241279A (en) 2017-10-10

Similar Documents

Publication Publication Date Title
WO2018232490A1 (en) Multilevel queue based transaction traffic shaping for blockchains
US8711861B2 (en) Lookup front end packet input processor
US9864759B2 (en) System and method for providing scatter/gather data processing in a middleware environment
CN103929454B (en) The method and system of load balancing storage in a kind of cloud computing platform
WO2020019743A1 (en) Traffic control method and device
CN105025053A (en) Distributed file upload method based on cloud storage technology and system
US8438244B2 (en) Bandwidth-proportioned datacenters
US9042252B2 (en) Inter-packet interval prediction learning algorithm
EP2419845A2 (en) Policy-based storage structure distribution
US9531647B1 (en) Multi-host processing
US11609914B2 (en) Policy-based storage structure distribution
WO2017020742A1 (en) Load balancing method and device
US10419370B2 (en) Hierarchical packet buffer system
García et al. Efficient, scalable congestion management for interconnection networks
CN104572498B (en) The buffer memory management method and device of message
WO2013026324A1 (en) Queue adjustment method and device
CN111309700B (en) Control method and system for multi-sharing directory tree
US8769162B2 (en) Multiple path load distribution for host communication with a tape storage device
CN104702654B (en) Storage and the method and apparatus of extraction performance balance based on video cloud storage system
US11012364B2 (en) Aggregated link flow control system
WO2017045640A1 (en) Associated stream bandwidth scheduling method and apparatus in data center
US20140136683A1 (en) Inter-packet interval prediction operating algorithm
CN116707759B (en) Lightweight alliance chain consensus method for high concurrency scene of data flow
CN104219163A (en) Load balancing method for node dynamic forward based on dynamic replication method and virtual node method
US11277357B2 (en) Multi-port queue group system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18821007

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18821007

Country of ref document: EP

Kind code of ref document: A1