Skip to content

Comment on What Happens When You Put a Database in the Browser?parent

Comments

This argument boils down to:

- database engines should always run on a server, never on the user’s own machine.

- local data is never larger than the database engine, and it’s better in all cases to move all of the local data to the server where the database engine runs.

- local data can always be moved to another machine, regardless of sensitivity.

Buy are these always true, all the time? It seems to me that there are many use cases (e.g. training local AI models) where these rules should not be so absolute.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.