PearsonEducation / thalassa-crowsnest

A vantage point for Thalassa
Other
3 stars 0 forks source link

Remove dependency on leveldb for stats to address CPU spikes #7

Closed RBeaudoin closed 10 years ago

RBeaudoin commented 10 years ago

Update to use an in-memory tailable-capped array instead of leveldb for stats. This address the performance issues related to trimming stats from leveldb. Now stats are automatically trimmed as the tailable-capped array only holds a preset number of items.

RBeaudoin commented 10 years ago

Closing this as we moved towards a new UI in Aqueduct instead