taosdata/TDengine

can tdengine compress rows like Pi System?

オープン

#27,165 opened on 2024/08/12

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C (5,002 件のフォーク)batch import
help wantedquestion

Repository metrics

Stars
 (24,849 個のスター)
PR merge metrics
 (平均マージ 1d 1h) (30d で 4 merged PRs)

説明

存在如下时序数据:

ts value
now()-10s 1
now()-9s 1
now()-8s 1
now()-7s 1
now()-6s 1
now()-5s 2
now()-4s 2
now()-3s 2
now()-2s 2
now()-1s 2
now() 0

在 TDEngine 中, 是否可以实现以某些 stable 或者 database 或者 server 级的配置, 实现如下的数据库记录(或者实际存储的记录)

ts value
now()-10s 1
now()-5s 2
now() 0

并且可以基于这样的记录实现一些子查询, join, intervall fill 等聚类的功能?

コントリビューターガイド