danielkorzekwa / betex-ecosystem

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

Store delta for marketTradedVolume in couchdb #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently  complete marketTradedVolume is stored in database. It's big object 
and reading all marketTradedVolume records for market takes several seconds. 
Instead of storing complete market traded volume, store delta between 
subsequent records. Such stored data should be about 10 times smaller, so 
read access will be much faster.

Original issue reported on code.google.com by daniel.k...@gmail.com on 1 Feb 2010 at 3:43

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 1 Feb 2010 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 1 Feb 2010 at 3:44

GoogleCodeExporter commented 8 years ago

Original comment by daniel.k...@gmail.com on 1 Feb 2010 at 9:16