市值 24小时交易量 BTC 恐惧指数
大师投资投资 & 收益
广告
广告

What is data partitioning (sharding, Sharding) in a blockchain?

阅读2320分享打印版
Что такое разделение данных (шардинг, англ. Sharding) в блокчейне?


Data partitioning (sharding) is a method of scaling a distributed ledger in which the blockchain is split into several parallel-working segments called shards. In the classic architecture each network node stores a full copy of the entire chain and verifies every transaction, which limits performance as the number of participants grows. Sharding removes this limitation by distributing data and computations among groups of nodes.

How sharding works

Each shard processes its own set of transactions and maintains part of the overall network state. Nodes no longer need to keep the entire ledger — it is enough to be responsible for their own segment. Through the parallel processing of many shards the network is able to perform significantly more operations per unit of time.

  • increased throughput and processing speed;
  • reduced storage and computation requirements for an individual node;
  • the possibility of horizontal network growth as the load increases.

The key engineering task of sharding is to ensure the security and consistency of data between shards, as well as to correctly carry out operations that affect several segments at once. Therefore such solutions require well-thought-out mechanisms for shard interaction and protection against the concentration of dishonest nodes in a single segment.

更多关于主题 «Cryptocurrency Terms and Definitions»

所有帖子
关于金钱的随机引用
Деньги ведь что еж, которого легко словить, но непросто удержать.
— Клавдий Элиан

其他部分的有趣内容

整个博客

评论 0

尚无评论

成为第一个分享您对此主题的看法或经验的人。

广告