Hacker News new | ask | show | jobs
by nhourcard 943 days ago
I'd be curious to hear how RDS is starting to fall over with time series data, is it a bottleneck on ingestion, queries, or both?
1 comments

It’s working okay with a 30 day rolling average… (every day we truncate older rows) we read from it to generate on demand status for per-second performance of tasks in a big job processing engine. But long term we want to have all the data available for historical analysis, trend analysis etc.