On Tue, May 05, 2009 at 03:21:55PM -0700, Chris Anderson wrote: > Gotcha, your reduce seems ok given the bounded nature of the data set. > Still I'm not clear why you don't just have a map with keys like:
It's because this is a query I expect to run often (e.g. once every page hit), and I am imagining it will be cheaper to pick a single object out of the root node, rather than walk all over the view btree, grouping keys and re-reducing. Regards, Brian.
