---
title: "InfluxDB | Grafana Labs"
description: "The InfluxDB data source for high-throughput metrics."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## InfluxDB: High-throughput time-series database

**What it’s for:** High-volume metrics including IoT sensors, industrial monitoring, and sub-second precision data.

## Trade-offs

| Pros                                       | Cons                                |
|--------------------------------------------|-------------------------------------|
| Very high write throughput                 | Different ecosystem than Prometheus |
| Three query languages: SQL, InfluxQL, Flux | Storage grows quickly               |
| Built-in downsampling                      | Learning curve for either language  |
| Strong retention policies                  | Cloud version can be expensive      |

## Query language support by version

| InfluxDB Version       | Query Languages     |
|------------------------|---------------------|
| 3.x / Cloud Serverless | SQL, InfluxQL, Flux |
| 2.x                    | InfluxQL, Flux      |
| 1.x                    | InfluxQL, Flux      |

## Best for

- IoT and sensor data
- Industrial monitoring
- High-frequency metrics (sub-second)

## Documentation

View the full documentation. *Learning path coming soon!*

[InfluxDB data source](https://grafana.com/docs/grafana/latest/datasources/influxdb/)
