Are Databases going to start dissappearing?
And when it comes to decentralized personal information, it's rare that I (anecdotally) have enough of anything to require a true DB. For instance:
- All of my health records (excluding imaging) could easily fit neatly in a 2MB JSON.
- A list of every photo I've ever taken, a file path to each, and a description would maybe take 10MB.
- A description of every event I've ever been to, and every person I've ever met might take 8MB.
- A lat, lng, and timestamp entry every minute for 10 years would be 5,256,000 entries × 26 bytes = ~130MB
Given how little overhead it takes to store the entire information of any individual, plus how infrequently it is likely to be modified, it seems there is no good reason to use databases in a decentralized context.
What do you think of this prediction?
11 comments
[ 2.2 ms ] story [ 27.8 ms ] threadThat you don't know what you are talking about. You might want to reconsider what you think a database is.
I don't think that really is a thing except for a copy of some data that exists in some centralized (SQL) database(s).
Disclaimer, I wrote this for work but it is based on ideas I developed outside of work. https://pinata.cloud/blog/will-json-work-as-a-database/
I may be optimistic on this one. But it feels like dead internet is encroaching everywhere. There aren't many centralized services I can think of that people actually like. Perhaps Steam, but most of them are hated by their users. Currently, I'm imagining that more and more of our digital interactions are going to go through AI helpers. Agents that will filter out ads, and likely also hold onto our information for us. At a certain point, centralized DBs just become an unnecessary middleman with privacy concerns. If I want photos of my friends, why not just have my assistant ask their assistant?
> how about this scenario: ....
It seems like all of this data could easily fit into a 10MB of text. This is the kind of thing an assistant would be likely to churn through without issue. It could also search for other interesting correlations while it's at it.