map:
function(doc) { emit(doc.zodiac, 1) }
reduce:
function(keys, values) { return sum(values)}Key Value *null*149877*"aquarius"*98747*"aries"*103072*"cancer"*104318* "capricorn"*97605*"gemini"*103708*"leo"*107982*"libra"*104955*"pisces"* 101741*"sagittarius"*92975 total number of records ~2 million this query takes quite some time to run is there any way to make this query run faster thanks
