随笔分类 - InfluxDB Flux
摘要:提问 influxdb查询如何指定时区 回答 import "timezone" option location = timezone.location(name: "America/Los_Angeles") 参考 https://www.influxdata.com/blog/time-zone
阅读全文
摘要:提问 inflxd如何重新配置 ##回答 移除配置文件夹 rmdir /S /Q C:\Users\Administrator\.influxdbv2 rmdir /S /Q C:\Windows\System32\config\systemprofile\.influxdbv2
阅读全文
摘要:提出问题 InluxDB如何高效聚合 解决问题 使用aggregateWindow ,他支持年y、月mo、周w、天d、小时h、分钟m、秒s 各种精度聚合 示例 t_max=from(bucket:"po") |> range(start: 2021-12-31T00:00:00.000Z , sto
阅读全文
摘要:InfluxDB查询超时 using var client = InfluxDBClientFactory.Create(InfluxDBClientOptions.Builder.CreateNew() .TimeOut(new TimeSpan(1,1,1,1)).Url("http://172
阅读全文
摘要:drop 、set、rename应该放最语句后端 join 只能连接两个表 union 可以并多个表 pivot 可以做行专列 filter用or比contains 快N倍 range显示起止时间可以加快查询速度 t_max = from(bucket: "po") |> range(start:
阅读全文

浙公网安备 33010602011771号