Hacker News new | ask | show | jobs
by interlinked 1098 days ago
> so I just store my objects in their entirety as-is on disk.

Every time I decided to use filesystem as db for my program, a couple months down the road that turned out to be a wrong approach.