InfluxDB: Preventing disk space saturation
This documentation is part of the Getting started guide. View the full guide here: How to quickly set up and manage InfluxDB with best practices.
👋 Welcome to the Stackhero documentation
Stackhero delivers a fully managed InfluxDB cloud environment, designed for speed and simplicity:
- Unlimited writes, queries, dashboards, tasks, and buckets.
- Unlimited data retention: keep your metrics as long as you need.
- Unlimited network and disk transfers, with no hidden limits.
- One-click updates: always access the latest features and fixes.
- Consistent performance and strong security on your own private, dedicated infrastructure.
With Stackhero, you can focus on your data and insights. Getting started with InfluxDB cloud hosting only takes a few minutes, and every setup is optimized for long-term reliability.
InfluxDB is optimized for large volumes of time series data. Because it does not automatically delete old data, unmanaged databases can quickly fill up available storage. Stackhero helps you avoid this by supporting built-in InfluxDB features for efficient data management.
InfluxDB provides two main solutions:
- Retention policies: Automatically delete data older than a specified period, such as 365 days. This keeps your storage use predictable and avoids manual cleanup.
- Downsampling data: Store high-resolution data for recent periods and aggregated data for older periods. For example:
- Keep 1-second resolution for the last 5 minutes.
- Store maximum, minimum, and average values at 1-minute intervals for the past 24 hours.
- Retain hourly aggregates for older data.
Retention policies let you store relevant history without consuming excessive disk space. For more on downsampling, see the official InfluxDB downsampling documentation.