Changes between Version 5 and Version 6 of TimeBasedDB


Ignore:
Timestamp:
10/30/14 21:18:08 (10 years ago)
Author:
dneise
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimeBasedDB

    v5 v6  
    154154
    155155apparently one can improve the situation a bit by using bulk inserta, but one must also stay below the maximum paket size
     156
     157== Mongo ==
     158
     159without bulk creation. 1day slow data (20130701) = 227MB in 356seconcs into the DB. (roughly 3 CPUs at ~60% maybe)
     160So we write into this DB also with only ~0.6MB/sec, but its worked right away ... no tweaking necessary.
     161
     162filesize of DB --> 1.0GB 
     163So an increase of a factor of ~5 is observed.
     164That means for our 2TB of slow data, we would need already 10TB diskspace.
     165
     166And loading 2TB, i.e. (2 years of slow data) into the DB would take roughly 5 weeks.
     167
     168