Hacker News new | ask | show | jobs
by simonw 1483 days ago
How large were the SQLite database files you were working with here?

I've been thinking about building systems that store SQLite in S3 and pull them to a lambda for querying, but I'm nervous about how feasible it is based on database file size and how long it would take to perform the fetch.

I honestly hadn't thought about compressing them, but that would obviously be a big win.

1 comments

Looks like you already answered my question here: https://news.ycombinator.com/item?id=31487825