Sui.

Bài viết

Chia sẻ kiến thức của bạn.

BigSneh.
Sep 09, 2025
Hỏi đáp Chuyên Gia

How does Sui achieve scalability without relying on traditional sharding?

How does Sui achieve scalability without relying on traditional sharding?

  • Sui
  • Transaction Processing
0
2
Chia sẻ
Bình luận
.

Câu trả lời

2
Satoshi .
Sep 9 2025, 10:15

Object-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

5
Câu trả lời hay nhất
Bình luận
.
jakodelarin.
Sep 9 2025, 22:30

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.

3
Bình luận
.

Bạn có biết câu trả lời không?

Hãy đăng nhập và chia sẻ nó.