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

Yes, this is possible with Aggregation and MapReduce: https://docs.mongodb.com/manual/aggregation/
For relative values of "quickly".