Y
Hacker News
new
|
ask
|
show
|
jobs
by
wvenable
3219 days ago
With SQL you can denormalize all that (and should) to create that snapshot. But with NoSQL you can't normalize and get back a way to quickly query the number of products sold per month over the last 5 years.
1 comments
chrisco255
3219 days ago
Yes, this is possible with Aggregation and MapReduce:
https://docs.mongodb.com/manual/aggregation/
link
wvenable
3219 days ago
For relative values of "quickly".
link