More Todos

This commit is contained in:
Jan Eitzinger 2024-06-28 09:36:28 +02:00
parent 98f52cc4ec
commit c7a63f8758
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -39,6 +39,10 @@ Importance:
- Only the head-buffer needs to be fully traversed (N) - Only the head-buffer needs to be fully traversed (N)
- If aggregating over hwthreads/cores/sockets cache those results and reuse - If aggregating over hwthreads/cores/sockets cache those results and reuse
some of that for new queries aggregating only over the newer data (W) some of that for new queries aggregating only over the newer data (W)
- Core functionality
- Implement a health checker component that provides information to the web
interface and REST API (I)
- Support units for metrics including to request unit conversions (I)
- Compression - Compression
- Enable compression for http API requests (N) - Enable compression for http API requests (N)
- Enable compression for checkpoints/archive (I) - Enable compression for checkpoints/archive (I)