danielkorzekwa / betex-ecosystem

Automatically exported from code.google.com/p/betex-ecosystem
3 stars 0 forks source link

Compare performance of couchdb view between javascript and scala. #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compare performance of couchdb view between javascript and scala.

Original issue reported on code.google.com by daniel.k...@gmail.com on 22 Jan 2010 at 1:19

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 22 Jan 2010 at 1:19

GoogleCodeExporter commented 9 years ago
Scope change to:
Improve performance of views generation by not including documents in emit
function, e.g.
emit(doc.marketId,doc) => emit(doc.marketId,null)

Original comment by daniel.k...@gmail.com on 22 Jan 2010 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 22 Jan 2010 at 4:53