mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2025-12-19 06:16:17 +01:00
526 B
526 B
TODO
- Improve checkpoints/archives
- Store information in each buffer if already archived
- Do not create new checkpoint if all buffers already archived
- Missing Testcases:
- General tests
- Check for corner cases that should fail gracefully
- Write a more realistic
ToArchive/FromArchivetests
- Optimization: Once a buffer is full, calculate min, max and avg
- Calculate averages buffer-wise, average weighted by length of buffer
- Only the head-buffer needs to be fully traversed
- ...