Hacker News new | ask | show | jobs
by jhgg 1204 days ago
Do you know of any service that is running at scale out there that stores their data as 5mb plain text files?
1 comments

The “text files” don’t have to be the primary backing store - merely a derived cache file that can be periodically refreshed with new content. It doesn’t have to be text either - SQLite is pretty structured if you need more features in a minimal container too.