cc-metric-store/TODO.md

15 lines
681 B
Markdown
Raw Normal View History

2021-08-31 15:18:06 +02:00
# TODO
2021-06-09 06:03:31 +02:00
- Improve checkpoints/archives
- Store information in each buffer if already archived
- Do not create new checkpoint if all buffers already archived
2021-08-31 15:18:06 +02:00
- Missing Testcases:
- General tests
2021-08-31 15:18:06 +02:00
- Check for corner cases that should fail gracefully
- Write a more realistic `ToArchive`/`FromArchive` tests
2021-09-01 08:48:35 +02:00
- 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
2022-01-20 10:43:10 +01:00
- Optimization: If aggregating over hwthreads/cores/sockets cache those results and reuse some of that for new queres aggregating only over the newer data
2021-08-31 15:18:06 +02:00
- ...