danielkorzekwa / betex-ecosystem

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

Improve performance of reading market traded volume records from couch db. #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently getting 6000 of marketTradedVolume records for market takes 60 sec.
Improve it to take less than 5 sec.

Original issue reported on code.google.com by daniel.k...@gmail.com on 27 Jan 2010 at 5:08

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 27 Jan 2010 at 5:08

GoogleCodeExporter commented 8 years ago
Performance has not been improved because it's not to bad at all. One 
marketTradedVolume consists of 200 priceTradedVolume records, so actually 
6000*200 = 1 
200 000. 

Original comment by daniel.k...@gmail.com on 27 Jan 2010 at 10:05