Capitalizzazione di mercato Volume 24h BTC Indice di paura
MasterInvestiInvestimenti & Guadagni
Annuncio
Annuncio

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

leggi2320QuotaVersione stampabile
Что такое разделение данных (шардинг, англ. 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.

Di più sull'argomento «Cryptocurrency Terms and Definitions»

Tutti i post
Una citazione casuale sul denaro
Деньги — одно из величайших орудий обретения свободы, придуманных человеком.
— Фридрих фон Хайек

Interessante in altre sezioni

Intero blog

Commenti 0

Nessun commento ancora

Sii il primo a condividere la tua opinione o esperienza su questo argomento.

Annuncio