On Jun 17, 2010, at 10:49 AM, afters wrote: > Is it correct that reductions spread up the b-tree only as high as needed to > satisfy the group-level demands?
No. Because the group_level isn't known until query time, the index is the same regardless of how you query it. So all reduce functions should be designed to work properly without grouping. Chris
