top | item 36258262

(no title)

stickyricky | 2 years ago

Unfortunately most "web-scale" apps I've worked on are basically immutable (aside from retention policies). You just keep appending forever because updates are too expensive. So more than likely your comment history will exist on Reddit's servers but they use a clever "GROUP BY" semantic on read to only return the most recent version.

discuss

order

thebigwinning|2 years ago

We are at least raising the cost of them storing and sorting through versions then.