Post
Share your knowledge.

dhaholar20
Aug 22, 2025
Article
Shared Objects in Depth: When You Really Need Them
Problem this solves: Developers overuse shared objects, causing consensus slowdowns.
What you’ll learn:
When shared objects are unavoidable
How to design them for minimal contention
Sharding patterns
- Good use cases
Orderbooks
Auction houses
Public registries
- Bad use cases
Per-user data
Frequently updated counters
- Sharding example
Instead of one GlobalLeaderboard, create LeaderboardSeason1, LeaderboardSeason2, etc., each as separate shared objects.
- Sui
- Architecture
0
Share
Comments
Dpodium.js191
Aug 23 2025, 00:52Why is it generally a bad idea to store per-user data in a shared object on Sui?
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
848Posts2233Answers

Reward CampaignAugust
- ... SUIDpodium.js+181
- ... SUITucker+165
- ... SUIGifted.eth+149
- ... SUIacher+113
- ... SUIcasey+88
- ... SUIMiniBob+65
- ... SUItheking+55
Bounty Posts
- Why does BCS require exact field order for deserialization when Move structs have named fields?55
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution45
- Sui Transaction Failing: Objects Reserved for Another Transaction49
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction315
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking110