Push vs Pull feed generation

Fan-out Strategies

Fan-out on Write (Push)
Post → Write to ALL follower timelines
Post
Write latency: --
Read latency: --
Fan-out on Read (Pull)
Open feed → Fetch from ALL followed users
Feed
Write latency: --
Read latency: --