Post
Share your knowledge.
How does Sui achieve scalability without relying on traditional sharding?
How does Sui achieve scalability without relying on traditional sharding?
- Sui
- Transaction Processing
Answers
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.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking514
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction49