20240045853. BLOCKCHAIN DATA STORAGE METHOD, SYSTEM, DEVICE, AND READABLE STORAGE MEDIUM simplified abstract (INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD.)

From WikiPatents
Jump to navigation Jump to search

BLOCKCHAIN DATA STORAGE METHOD, SYSTEM, DEVICE, AND READABLE STORAGE MEDIUM

Organization Name

INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD.

Inventor(s)

Kaizhi Lin of Jiangsu (CN)

Zhikai Cai of Jiangsu (CN)

Po Hsueh Huang of Jiangsu (CN)

BLOCKCHAIN DATA STORAGE METHOD, SYSTEM, DEVICE, AND READABLE STORAGE MEDIUM - A simplified explanation of the abstract

This abstract first appeared for US patent application 20240045853 titled 'BLOCKCHAIN DATA STORAGE METHOD, SYSTEM, DEVICE, AND READABLE STORAGE MEDIUM

Simplified Explanation

The patent application describes a method for storing data in a blockchain using a block file system. The method involves obtaining a target block serial number and its contents, and storing them in a directory region and a data region. The size of each cluster in the data region is the same as the block size of the blockchain. The method further includes sequentially allocating a cluster address to the target block and recording the mapping relationship between the block serial number and the cluster address in the directory region. The target block contents are then sequentially written into the data region based on the target cluster address.

  • The method allows for direct sequential writing of target block contents into the data region, saving search time and data write time.
  • The block file system enables sequential writes for both directory and data, increasing data write speed in the blockchain.

Potential applications of this technology:

  • Blockchain data storage: The method provides an efficient way to store data in a blockchain, improving the overall performance and speed of the system.
  • Distributed ledger systems: The block file system can be utilized in various distributed ledger systems to enhance data storage and retrieval processes.

Problems solved by this technology:

  • Slow data write speed: The method addresses the issue of slow data write speed in blockchain systems by adopting sequential writes.
  • Inefficient search time: The method reduces search time by directly writing target block contents into the data region.

Benefits of this technology:

  • Improved data write speed: The method significantly increases the data write speed in blockchain systems.
  • Enhanced performance: By optimizing the storage and retrieval processes, the technology improves the overall performance of blockchain and distributed ledger systems.


Original Abstract Submitted

provided are a blockchain data storage method, a system, a device, and a readable storage medium. the method includes: obtaining, by a block file system, a target block serial number and target block contents of a target block, the block file system including a directory region and a data region, a size of each cluster in the data region being the same as a block size of blockchain, the directory region storing mapping relationships between block serial numbers and cluster addresses; sequentially allocating a target cluster address to the target block, and recording, in the directory region, a target mapping relationship between the target block serial number and the target cluster address; and sequentially writing the target block contents into the data region according to the target cluster address. according to the method, during block storage, the block file system can directly sequentially write the target block contents into the data region after determining the target cluster address, and directory and data write can adopt sequential write, such that the search time and data write time can be greatly saved, and the data write speed in blockchain can be increased.