-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79e4929
commit 7538570
Showing
7 changed files
with
80 additions
and
781 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# TODO | ||
# TODOs | ||
|
||
- Improve checkpoints/archives | ||
- Store information in each buffer if already archived | ||
- Do not create new checkpoint if all buffers already archived | ||
- 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`/`FromArchive` tests | ||
- General tests | ||
- Check for corner cases that should fail gracefully | ||
- Write a more realistic `ToArchive`/`FromArchive` tests | ||
- 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 | ||
- Optimization: If aggregating over hwthreads/cores/sockets cache those results and reuse some of that for new queres aggregating only over the newer data | ||
- 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 | ||
- ... |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.