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