2024-06-18 07:27:27 +02:00
|
|
|
# TODOs
|
2021-06-09 06:03:31 +02:00
|
|
|
|
2021-11-22 17:04:09 +01:00
|
|
|
- Improve checkpoints/archives
|
2024-06-18 07:27:27 +02:00
|
|
|
- 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:
|
2024-06-18 07:27:27 +02:00
|
|
|
- General tests
|
|
|
|
- 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
|
2024-06-18 07:27:27 +02:00
|
|
|
- Calculate averages buffer-wise, average weighted by length of buffer
|
|
|
|
- Only the head-buffer needs to be fully traversed
|
|
|
|
- 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
|
|
|
- ...
|