CouchDB Map/Reduce raises execption in reduce function?
- by fuzzy lollipop
my view generates keys in this format
["job_id:1234567890", 1271430291000]
where the first key element is a unique key and the second is a timestamp in milliseconds. I run my view with this elapsed_time?startkey=["123"]&endkey=["123",{}]&group=true&group_level=1
and here is my reduce function, the intention is to reduce the output…