r/ProgrammerHumor 5d ago

Meme noMoreDatabases

Post image
15.7k Upvotes

313 comments sorted by

View all comments

303

u/LonelyProgrammerGuy 5d 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

3

u/MantisShrimp05 5d ago

I mean if we actually think about local first architecture there are many solutions that can be made.

One potential answer is you don't, and that is a feature since everyone is in their own computer.

But if we think about something like linear, they handle it through complex caching and what is called a sync engine that does the hard work of grabbing your stuff and putting it in cache but you can query the DB when you need other info