CN112131236A - Novel block chain parallel processing performance optimization method - Google Patents

Novel block chain parallel processing performance optimization method Download PDF

Info

Publication number
CN112131236A
CN112131236A CN202010993831.9A CN202010993831A CN112131236A CN 112131236 A CN112131236 A CN 112131236A CN 202010993831 A CN202010993831 A CN 202010993831A CN 112131236 A CN112131236 A CN 112131236A
Authority
CN
China
Prior art keywords
block
transaction
verification
submission
blocks
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.)
Granted
Application number
CN202010993831.9A
Other languages
Chinese (zh)
Other versions
CN112131236B (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.)
China Electronic Technology Cyber Security Co Ltd
Original Assignee
China Electronic Technology Cyber Security Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Electronic Technology Cyber Security Co Ltd filed Critical China Electronic Technology Cyber Security Co Ltd
Priority to CN202010993831.9A priority Critical patent/CN112131236B/en
Publication of CN112131236A publication Critical patent/CN112131236A/en
Application granted granted Critical
Publication of CN112131236B publication Critical patent/CN112131236B/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/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • 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
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3825Use of electronic signatures
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/401Transaction verification
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/42Confirmation, e.g. check or permission by the legal debtor of payment
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention discloses a novel optimization method for block chain parallel processing performance. The invention realizes the block parallel processing under the condition of ensuring the final submission sequence of the blocks; the invention prevents the condition that the block data is inconsistent with the transaction state data under the condition of parallel submission of the database; the method gives full play to the advantages of the multi-core computer, and breaks down the whole chain recording process into a plurality of parallel operations, thereby greatly improving the chain recording speed, improving the overall performance of the block chain system and enabling the block chain system to be applied to more scenes.

Description

Novel block chain parallel processing performance optimization method
Technical Field
The invention relates to the technical field of block chains, in particular to a novel block chain parallel processing performance optimization method.
Background
The problems of the existing block chain system are as follows:
(1) the performance is low. Because each decision node of the blockchain system needs to maintain a series of transaction state data, and transactions executed in the blockchain system often have a front-back dependency relationship, the execution sequence of the transactions with the dependency relationship must be ensured to avoid the situation that the transaction state data are inconsistent among different decision nodes, so that the block submission flow of the existing blockchain system is often serial, the system throughput is often low, and the advantages of a multi-core computer cannot be exerted.
(2) The transaction confirmation time is longer. Because the block submitting process in the existing block chain system adopts a serial processing mode, the confirmation of one transaction needs to pass through a plurality of serial steps step by step and finally takes effect, so the confirmation time is long.
Disclosure of Invention
Aiming at the defects in the prior art, the novel block chain parallel processing performance optimization method provided by the invention solves the problems of low system performance and long transaction confirmation time of the existing block chain.
In order to achieve the purpose of the invention, the invention adopts the technical scheme that: a novel block chain parallel processing performance optimization method comprises the following steps:
s1, performing parallel operation on the blocks in a pipeline mode, performing parallel verification on a plurality of blocks in a transaction signature link, submitting the blocks to a block chain account book, and performing block submission;
and S2, performing block submission and transaction validity verification in parallel, and performing cross verification on block submission and transaction validity results to complete performance optimization.
Further: the specific steps of the parallel operation in step S1 are as follows:
s11, putting the blocks into the queue to be submitted 1, and continuously absorbing new blocks;
s12, taking out the blocks to be submitted from the queue 1 to be submitted and carrying out parallel verification on each block;
s13, putting the blocks after parallel verification into a signature verification block queue 2;
s14, putting the blocks in the block queue 2 with signature verification completed into the ordered block queue 3 in sequence;
and S15, sequentially taking out the blocks from the ordered block queue 3 according to the block sequence numbers from low to high, submitting the blocks to a block chain account book, and submitting the blocks.
Further: the verification in step S12 is: and putting each block into different coroutines to sequentially perform signature verification, block data serialization and block hash calculation.
Further: the specific steps of step S14 are:
when a block is placed into the block queue 2 with the signature verification completed, a filter Selector is started to judge the block, if the number of the block just placed is n and the last block number in the block queue 3 is n-1, the block n is placed into the block queue 3 with the signature verification completed, the Selector is called to traverse the block queue 2 with the signature verification completed, a block with the block number n +1 is searched, if the block with the block number n +1 is found, the block is placed into the block queue 3 with the sequence number n +2 searched by the Selector, and the Selector is called recursively until no block meeting the condition can be found in the block queue 2 with the signature verification completed.
Further: the specific steps of block submission verification in step S2 are as follows:
a1, submitting the blocks to a block database, and recording block submission results;
and A2, reading the result of the transaction validity verification, and performing subsequent cross verification when the result of the transaction validity is read, or writing the result into a block submission result.
Further: the transaction validity verification comprises the following specific steps:
b1, performing transaction validity verification in the block, entering the step B2 when the verification is completed, and otherwise entering the step B3;
b2, submitting the submitted transaction validity verification result to a transaction verification database, submitting the transaction execution record to a transaction state database, and recording the submitted transaction validity verification result and the submitted transaction state;
b3, reading the result submitted by the block, performing subsequent cross validation, and writing the validation result of the submitted transaction and the status of the submitted transaction when the result submitted by the block is not read.
Further: the cross validation in the step S2 specifically includes:
when the block submission is successful and the transaction submission status is successful, or the block submission is failed and the transaction submission status is failed, the performance does not need to be optimized;
when the block submission is successful and the verification of the transaction validity is failed, canceling the block submission;
when the block is successfully submitted and the transaction state is unsuccessfully submitted, exiting the program, and recovering the block state data through the block data when the recovery is started;
and when the block submission fails and the transaction submitting state is successful, canceling the state submission of the block, and keeping the block database consistent with the state database.
The invention has the beneficial effects that:
(1) the invention realizes the block parallel processing under the condition of ensuring the final submission sequence of the blocks;
(2) the invention prevents the condition that the block data is inconsistent with the transaction state data under the condition that the databases are submitted in parallel.
The method gives full play to the advantages of the multi-core computer, and breaks down the whole chain recording process into a plurality of parallel operations, thereby greatly improving the chain recording speed, improving the overall performance of the block chain system and enabling the block chain system to be applied to more scenes.
Drawings
FIG. 1 is a general flow chart of the present invention;
fig. 2 is a diagram illustrating the operation of the parallel operation in the present invention.
Detailed Description
The following description of the embodiments of the present invention is provided to facilitate the understanding of the present invention by those skilled in the art, but it should be understood that the present invention is not limited to the scope of the embodiments, and it will be apparent to those skilled in the art that various changes may be made without departing from the spirit and scope of the invention as defined and defined in the appended claims, and all matters produced by the invention using the inventive concept are protected.
As shown in fig. 1, a novel block chain parallel processing performance optimization method includes the following steps:
and S1, performing parallel operation on the blocks in a pipeline mode, and performing parallel verification on a plurality of blocks in a transaction signature link, so that the waiting time of downstream operation on upstream operation is sufficiently reduced. In the case of sufficient CPU resources, the queue 3 will theoretically be ready at any time and may not wait for the signature verification result. Submitting the blocks to a block chain account book for block submission;
as shown in fig. 2, the specific steps of the parallel operation are:
s11, putting the blocks into the queue to be submitted 1, and continuously absorbing new blocks; since the receiving speed of the block is greater than the submitting speed of the block, there will always be a block in queue 1 to be submitted.
S12, taking out the blocks 1 to n to be submitted from the queue 1 to be submitted, and putting each block into different coroutines to carry out signature verification, block data serialization and block hash calculation in sequence. In this step, each block is processed in parallel.
S13, putting the blocks after parallel verification into a signature verification block queue 2; since a plurality of blocks are processed in parallel in step S12, the order of blocks in the signature verification completion block queue 2 may be out of order at this time.
S14, putting the blocks in the block queue 2 with signature verification completed into the ordered block queue 3 in sequence;
when a block is placed into the block queue 2 with the signature verification completed, a filter Selector is started to judge the block, if the number of the block just placed is n and the last block number in the block queue 3 is n-1, the block n is placed into the block queue 3 with the signature verification completed, the Selector is called to traverse the block queue 2 with the signature verification completed, a block with the block number n +1 is searched, if the block with the block number n +1 is found, the block is placed into the block queue 3 with the sequence number n +2 searched by the Selector, and the Selector is called recursively until no block meeting the condition can be found in the block queue 2 with the signature verification completed.
And S15, sequentially taking out the blocks from the ordered block queue 3 according to the block sequence numbers from low to high, submitting the blocks to a block chain account book, and submitting the blocks.
And S2, performing block submission and transaction validity verification in parallel, and performing cross verification on block submission and transaction validity results to complete performance optimization.
The thread A of the specific step of submitting the verification is as follows:
a1, submitting the blocks to a block database, and recording block submission results;
and A2, reading the result of the transaction validity verification, and performing subsequent cross verification when the result of the transaction validity is read, or writing the result into a block submission result.
The specific step thread B of the transaction validity verification comprises the following steps:
b1, performing transaction validity verification in the block, entering the step B2 when the verification is completed, and otherwise entering the step B3;
b2, submitting the submitted transaction validity verification result to a transaction verification database, submitting the transaction execution record to a transaction state database, and recording the submitted transaction validity verification result and the submitted transaction state;
b3, reading the result submitted by the block, performing subsequent cross validation, and writing the validation result of the submitted transaction and the status of the submitted transaction when the result submitted by the block is not read.
The cross validation specifically comprises:
when the block submission is successful and the transaction submission status is successful, or the block submission is failed and the transaction submission status is failed, the performance does not need to be optimized;
when the block submission is successful and the verification of the transaction validity is failed, canceling the block submission;
when the block is successfully submitted and the transaction state is unsuccessfully submitted, exiting the program, and recovering the block state data through the block data when the recovery is started;
and when the block submission fails and the transaction submitting state is successful, canceling the state submission of the block, and keeping the block database consistent with the state database.
The method gives full play to the advantages of the multi-core computer, and breaks down the whole chain recording process into a plurality of parallel operations, thereby greatly improving the chain recording speed, improving the overall performance of the block chain system and enabling the block chain system to be applied to more scenes.

Claims (7)

1. A novel optimization method for block chain parallel processing performance is characterized by comprising the following steps:
s1, performing parallel operation on the blocks in a pipeline mode, performing parallel verification on a plurality of blocks in a transaction signature link, submitting the blocks to a block chain account book, and performing block submission;
and S2, performing block submission and transaction validity verification in parallel, and performing cross verification on block submission and transaction validity results to complete performance optimization.
2. The method for optimizing the performance of parallel processing of a novel blockchain according to claim 1, wherein the specific steps of the parallel operation in the step S1 are as follows:
s11, putting the blocks into the queue to be submitted 1, and continuously absorbing new blocks;
s12, taking out the blocks to be submitted from the queue 1 to be submitted and carrying out parallel verification on each block;
s13, putting the blocks after parallel verification into a signature verification block queue 2;
s14, putting the blocks in the block queue 2 with signature verification completed into the ordered block queue 3 in sequence;
and S15, sequentially taking out the blocks from the ordered block queue 3 according to the block sequence numbers from low to high, submitting the blocks to a block chain account book, and submitting the blocks.
3. The method for optimizing performance of block chain parallel processing according to claim 2, wherein the verification in step S12 is: and putting each block into different coroutines to sequentially perform signature verification, block data serialization and block hash calculation.
4. The method for optimizing block chain parallel processing performance according to claim 2, wherein the specific steps of step S14 are as follows:
when a block is placed into the block queue 2 with the signature verification completed, a filter Selector is started to judge the block, if the number of the block just placed is n and the last block number in the block queue 3 is n-1, the block n is placed into the block queue 3 with the signature verification completed, the Selector is called to traverse the block queue 2 with the signature verification completed, a block with the block number n +1 is searched, if the block with the block number n +1 is found, the block is placed into the block queue 3 with the sequence number n +2 searched by the Selector, and the Selector is called recursively until no block meeting the condition can be found in the block queue 2 with the signature verification completed.
5. The method for optimizing block chain parallel processing performance according to claim 1, wherein the specific step of verifying block submission in step S2 is:
a1, submitting the blocks to a block database, and recording block submission results;
and A2, reading the result of the transaction validity verification, and performing subsequent cross verification when the result of the transaction validity is read, or writing the result into a block submission result.
6. The method of optimizing block chain parallel processing performance according to claim 5, wherein the transaction validity verification comprises the following specific steps:
b1, performing transaction validity verification in the block, entering the step B2 when the verification is completed, and otherwise entering the step B3;
b2, submitting the submitted transaction validity verification result to a transaction verification database, submitting the transaction execution record to a transaction state database, and recording the submitted transaction validity verification result and the submitted transaction state;
b3, reading the result submitted by the block, performing subsequent cross validation, and writing the validation result of the submitted transaction and the status of the submitted transaction when the result submitted by the block is not read.
7. The novel block chain parallel processing performance optimization method according to claim 6, wherein the cross validation in the step S2 specifically includes:
when the block submission is successful and the transaction submission status is successful, or the block submission is failed and the transaction submission status is failed, the performance does not need to be optimized;
when the block submission is successful and the verification of the transaction validity is failed, canceling the block submission;
when the block is successfully submitted and the transaction state is unsuccessfully submitted, exiting the program, and recovering the block state data through the block data when the recovery is started;
and when the block submission fails and the transaction submitting state is successful, canceling the state submission of the block, and keeping the block database consistent with the state database.
CN202010993831.9A 2020-09-21 2020-09-21 Novel block chain parallel processing performance optimization method Active CN112131236B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010993831.9A CN112131236B (en) 2020-09-21 2020-09-21 Novel block chain parallel processing performance optimization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010993831.9A CN112131236B (en) 2020-09-21 2020-09-21 Novel block chain parallel processing performance optimization method

Publications (2)

Publication Number Publication Date
CN112131236A true CN112131236A (en) 2020-12-25
CN112131236B CN112131236B (en) 2022-07-05

Family

ID=73843027

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010993831.9A Active CN112131236B (en) 2020-09-21 2020-09-21 Novel block chain parallel processing performance optimization method

Country Status (1)

Country Link
CN (1) CN112131236B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112765280A (en) * 2021-02-03 2021-05-07 腾讯科技(深圳)有限公司 Block data storage method and device, computer readable medium and electronic equipment

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107678865A (en) * 2017-09-20 2018-02-09 中国银行股份有限公司 The verification method and system of block chain based on transaction packet
CN109285006A (en) * 2018-09-20 2019-01-29 中链科技有限公司 A kind of parallel proof processing method and processing device of block chain data
CN110399424A (en) * 2018-04-23 2019-11-01 百度在线网络技术(北京)有限公司 Block generation method, device, block chain node and storage medium
US20190379543A1 (en) * 2018-06-07 2019-12-12 International Business Machines Corporation Efficient validation for blockchain
CN110751473A (en) * 2019-09-09 2020-02-04 成都四方伟业软件股份有限公司 Method and device for improving block chaining-out efficiency
CN110781196A (en) * 2019-09-06 2020-02-11 深圳壹账通智能科技有限公司 Block chain transaction processing method and device, computer equipment and storage medium
US20200052884A1 (en) * 2018-08-13 2020-02-13 International Business Machines Corporation Parallel transaction validation and block generation in a blockchain
US20200134760A1 (en) * 2018-10-31 2020-04-30 Motorola Solutions, Inc Method for Weighted Voting in a Public Safety Distributed Ledger
CN111221639A (en) * 2020-01-09 2020-06-02 杭州趣链科技有限公司 Block pipeline execution method of block chain platform
CN111242786A (en) * 2020-01-17 2020-06-05 肖光昱 Digital operation method and device for block chain supply chain financial platform
CN111666332A (en) * 2019-03-05 2020-09-15 国际商业机器公司 Automatically evolving database endorsement policy

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107678865A (en) * 2017-09-20 2018-02-09 中国银行股份有限公司 The verification method and system of block chain based on transaction packet
CN110399424A (en) * 2018-04-23 2019-11-01 百度在线网络技术(北京)有限公司 Block generation method, device, block chain node and storage medium
US20190379543A1 (en) * 2018-06-07 2019-12-12 International Business Machines Corporation Efficient validation for blockchain
US20200052884A1 (en) * 2018-08-13 2020-02-13 International Business Machines Corporation Parallel transaction validation and block generation in a blockchain
CN109285006A (en) * 2018-09-20 2019-01-29 中链科技有限公司 A kind of parallel proof processing method and processing device of block chain data
US20200134760A1 (en) * 2018-10-31 2020-04-30 Motorola Solutions, Inc Method for Weighted Voting in a Public Safety Distributed Ledger
CN111666332A (en) * 2019-03-05 2020-09-15 国际商业机器公司 Automatically evolving database endorsement policy
CN110781196A (en) * 2019-09-06 2020-02-11 深圳壹账通智能科技有限公司 Block chain transaction processing method and device, computer equipment and storage medium
CN110751473A (en) * 2019-09-09 2020-02-04 成都四方伟业软件股份有限公司 Method and device for improving block chaining-out efficiency
CN111221639A (en) * 2020-01-09 2020-06-02 杭州趣链科技有限公司 Block pipeline execution method of block chain platform
CN111242786A (en) * 2020-01-17 2020-06-05 肖光昱 Digital operation method and device for block chain supply chain financial platform

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
CHRISTIAN GORENFLO等: "XOX Fabric: A hybrid approach to blockchain transaction execution", 《2020 IEEE INTERNATIONAL CONFERENCE ON BLOCKCHAIN AND CRYPTOCURRENCY (ICBC)》 *
FEI-YUE WANG等: "Parallel Blockchain: An Architecture for CPSS-Based Smart Societies", 《IEEE TRANSACTIONS ON COMPUTATIONAL SOCIAL SYSTEMS》 *
包庆华: "面向分布式存储的区块链系统的研究", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112765280A (en) * 2021-02-03 2021-05-07 腾讯科技(深圳)有限公司 Block data storage method and device, computer readable medium and electronic equipment

Also Published As

Publication number Publication date
CN112131236B (en) 2022-07-05

Similar Documents

Publication Publication Date Title
CN110543446B (en) Block chain direct filing method based on snapshot
CN112131236B (en) Novel block chain parallel processing performance optimization method
US20100332471A1 (en) Bloom Bounders for Improved Computer System Performance
WO2023123943A1 (en) Interface automation testing method and apparatus, and medium, device and program
CN111221639A (en) Block pipeline execution method of block chain platform
CN113421095A (en) Parallel execution acceleration method for block chain transaction
CN103440460A (en) Application system change validation method and system
CN114997990A (en) Distributed account checking method, device and system
CN117632991A (en) Method and system for acquiring database change data
CN111198920B (en) Method and device for determining comparison table snapshot based on database synchronization
US20060031267A1 (en) Apparatus, system, and method for efficient recovery of a database from a log of database activities
CN110706108B (en) Method and apparatus for concurrently executing transactions in a blockchain
US20080320058A1 (en) Apparatus, system, and method for maintaining dynamic persistent data
CN112231403A (en) Consistency checking method, device, equipment and storage medium for data synchronization
CN111522648A (en) Transaction processing method and device for block chain and electronic equipment
CN113835847B (en) Transaction processing optimization method of distributed account book platform based on snapshot
JPH06161745A (en) Method and device for verifying data processor
CN110515707A (en) Certainty concurrency control method and system based on preparatory issued transaction
CN113342651B (en) Recovery method for testing fuzzy association relation between case defects and cases
JP5340507B2 (en) Journal management system
CN112508577A (en) Block generation and verification method and device, electronic equipment and readable storage medium
US20230035762A1 (en) Method of processing data in a database by simultaneously processing row data of key pairs which include a key of a first table in the database, and a matching key and a unique row of a second table in the database
CN110865874B (en) Transaction commit method and device
CN112416687B (en) Method and system for verifying access operation, verification device and storage medium
CN115796874B (en) Concurrent execution method for blockchain transaction at operation level

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
GR01 Patent grant
GR01 Patent grant