adamdrake / kaas

GNU Affero General Public License v3.0
3 stars 1 forks source link

Avoid moving metrics between servers for trimming #5

Open t15k opened 9 years ago

t15k commented 9 years ago

Suggestion:

Trimming should in Redis, not outside. Current solution moves large datasets from Redis to an external server, for trimming, then putting the trimmed metrics back to Redis.

t15k commented 9 years ago

Perhaps we should settle on a format to send to client, then I think we can better find an efficient solution for this one - see #8.