taosdata/TDengine

can tdengine compress rows like Pi System?

Open

#27,165 opened on 2024年8月12日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)C (5,002 forks)batch import
help wantedquestion

Repository metrics

Stars
 (24,849 stars)
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 等聚类的功能?

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