如何执行TDengine的降采样查询

huangapple go评论109阅读模式
英文:

How TDengine downsampling queries

问题

如何在TDengine上执行降采样查询?例如,数据的原始频率是每秒一次,但现在我们想每隔10秒执行一次查询。

英文:

How to perform downsampling queries on TDengine? For example, the original frequency of data was once per second, but now we want to perform one query every 10 seconds

答案1

得分: 0

尝试使用interval()进行降采样。

英文:

try interval() for down sampling.

huangapple
  • 本文由 发表于 2023年6月29日 10:28:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/76577719.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定