pyr / cyanite

cyanite stores your metrics
http://cyanite.io
Other
446 stars 79 forks source link

Periodically flush intermediate compilations on disk to avoid recompiling large windows #200

Open msakrejda opened 8 years ago

msakrejda commented 8 years ago

The aggregation section briefly lays out the aggregation mechanism, but it's not clear what happens if the process crashes--are the partial results for the aggregation for the current period lost entirely? Or is cyanite able to recompute the whole window from the raw samples?

ifesdjeen commented 8 years ago

For now they are lost completely. It's a good reminder tho, we need to take care of it too.