Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为标题,我有很多时间序列数据,其中包含很多矩阵创建和删除。因为有些表可能会在一个月左右没有数据写入的情况下变得无用。有没有办法在一段时间内没有更多数据写入时自动删除表?
您可以使用“create database dbname keep XXX”来设置 TDengine 从磁盘中删除过时数据的时间。