|
|
|
|
|
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. |
|