Hacker News new | ask | show | jobs
by cheez 2223 days ago
Ah yes, embarrassing not to remember basic DB architecture :-)

Do you have an example of a workload that benefits from this structure?

2 comments

Yes, it's geared toward reporting / analytics / data science workloads where the most common read operation is calculating aggregate metrics like count/min/mean/max and histograms. Statistics stuff.
Thank you very much for your patience :-)
Taking stats on a collection of time-ordered set of sensor observations.