本文介绍了自动清除旧数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以自动清除Influx DB中的旧数据?假设某些配置选项仅将记录保留1个月?在我的服务器上,我存储了大量的统计信息,因此我希望拥有免费的功能,以免耗尽免费存储空间.
Is it possible automatically to clear old data in Influx DB? Let's say some configuration option to keep records for 1 month only? In my server I store quite much statistics, so preventing running the free storage out I would like to have such feature.
推荐答案
是的,很简单,只需在7天的保留时间内添加分片即可.
Yes, it's simple, just add shard with Retention on 7 days.
这篇关于自动清除旧数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!