FiloDB is designed to scale to ingest and query millions of discrete time series. A single time series consists of data points that contain the same partition key. Successive data points are appended. Each data point must contain a timestamp. Examples of time series:
- Individual operational metrics
- Data from a single IoT device
- Events from a single application, device, or endpoint
主要是针对TSDB?这种?
关于tags部分的查询