Hacker News new | ask | show | jobs
by kikimora 609 days ago
This design does not handle hot partitions well and they are ubiquitous to so many domains.
1 comments

Your partition would have to be VERY hot for SQLite not to be able to handle it - anything up to several thousand writes per second would likely work fine.

Since this is all running on Cloudflare you could scale reads with a 1 second cache TTL somewhere, which would drop your incoming read queries to around one per second no matter how much read traffic you had.