Y
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
kyllo
2223 days ago
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.
link
cheez
2222 days ago
Thank you very much for your patience :-)
link
nuclearnice1
2223 days ago
Taking stats on a collection of time-ordered set of sensor observations.
link