Hacker News new | ask | show | jobs
by rakoo 618 days ago
I'm wondering if it would be better to have a LevelDB-like approach here. Store the recent stuff in DynamoDB, and once it hits the threshold, store it in a segment in S3. This is also similar to SQLite and WAL.

Really, nothing is ever new in computing.