From 41fb959bf787dc169bf081b66266752490dccac1 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 6 Mar 2026 12:51:14 +0100 Subject: [PATCH] Cleanup README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index cb17a55..52b9be8 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,6 @@ part of the [ClusterCockpit suite](https://github.com/ClusterCockpit). As all data is kept in-memory, accessing it is very fast. It also provides topology aware aggregations over time _and_ nodes/sockets/cpus. -There are major limitations: Data only gets written to disk at periodic -checkpoints (or via WAL on every write), not immediately as it is received. -Only the configured retention window is kept in memory. -Still metric data is kept as long as running jobs is using it. - The storage engine is provided by the [cc-backend](https://github.com/ClusterCockpit/cc-backend) package (`cc-backend/pkg/metricstore`). This repository provides the HTTP API wrapper.