InfluxDB 2.X
Use InfluxQL (an SQL-like query language) to interact with InfluxDB, query and analyze the time-series data.
In InfluxDB 1.x, data are stored in databases and retention policies. In InfluxDB OSS 2.6, data are stored in buckets. Because InfluxQL uses the 1.x data model, a bucket must be mapped to a database and retention policy (DBRP) before it can be queried using InfluxQL.
Perform the following steps to query data with InfluxQL:
- Verify buckets have a mapping.
- Create DBRP mappings for unmapped buckets.
- Query a mapped bucket with InfluxQL.NOTE:Above all three steps are performed by FTInfoPlatform service.
Provide Feedback