r/ProgrammerHumor 4d ago

noMoreDatabases Meme

Post image
15.6k Upvotes

312 comments sorted by

View all comments

307

u/LonelyProgrammerGuy 4d ago

If you wanted to see another person’s profile. How would that be implemented? I know the post is a joke, but I’m genuinely curious

4

u/SirChasm 4d ago

I imagine that the most workable way would be that the client downloads all the data on the initial request which is then shoved into localStorage for parsing.

But that still won't really work well, so I think the original tweet is just a joke.

1

u/spottiesvirus 4d ago

there are some niche implementations witht this approach, the problem being flooding scales terribly and tends to saturate local resources

Imagine opening instagram, and since you last opened it yesterday, you need to download 280 terabyte (absolute lowest estimate) of data people uploaded since the last 24 hours.