Content
@
0 reply
0 recast
0 reaction
Sanjay
@sanjay
Our existing sync architecture for Hubs is running into scaling issues. Been thinking about a new design that can scale to billions of messages and millions of fids. If you enjoy complex distributed systems problems, I would appreciate feedback https://warpcast.notion.site/Sync-V2-a9c0fd81d7b245a0b3fbd51e6007909f
16 replies
15 recasts
92 reactions
jj 🛟
@jj
Global state trie effectiveness hinges on its ability to rapidly propagate changes to all nodes — which hinges on the broadcasting mechanism which needs to fast/efficient
1 reply
0 recast
0 reaction
Sanjay
@sanjay
Most things in the global trie are actually fetched from the blockchain/fname server. Each hub is polling/listening for changes from external sources for this. They don't change often (basically only on user signup), so the global trie is just for reconciliation.
0 reply
0 recast
0 reaction