Beitrag
Teile dein Wissen.
How does Sui achieve scalability without relying on traditional sharding?
How does Sui achieve scalability without relying on traditional sharding?
- Sui
- Transaction Processing
Antworten
2Object-centric model → Instead of global accounts, every asset or smart contract state is an independent object with its own ownership.
Parallel execution → Transactions touching only owned objects can run in parallel without consensus, giving massive throughput.
Consensus only when needed → Only transactions involving shared objects (like AMM pools or marketplaces) go through Narwhal + Bullshark consensus.
Horizontal scalability → Validators can process different
Sui's design enables:
- Object-centric model: Independent assets with own ownership
- Parallel execution: High throughput for transactions on owned objects
- Consensus on demand: Only shared object transactions require consensus
- Horizontal scalability: Validators process different transactions in parallel
This architecture allows for efficient, scalable, and high-performance transactions on the Sui network.
Weißt du die Antwort?
Bitte melde dich an und teile sie.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Verdiene deinen Anteil an 1000 Sui
Sammle Reputationspunkte und erhalte Belohnungen für deine Hilfe beim Wachstum der Sui-Community.
- Warum benötigt BCS eine genaue Feldreihenfolge für die Deserialisierung, wenn Move-Strukturen benannte Felder haben?65
- So maximieren Sie Ihre Gewinnbeteiligung SUI: SUI Staking vs Liquid Staking514
- Fehler bei der Überprüfung mehrerer Quellen“ in den Veröffentlichungen des Sui Move-Moduls — Automatisierte Fehlerbehebung55
- Sui Move Error - Transaktion kann nicht verarbeitet werden Keine gültigen Gasmünzen für die Transaktion gefunden419
- Sui-Transaktion schlägt fehl: Objekte sind für eine andere Transaktion reserviert49