influxdb 数据存储规则修改

# 查看库存储规则
> SHOW RETENTION POLICIES ON spider_record;
[out]: 
name    duration shardGroupDuration replicaN default
----    -------- ------------------ -------- -------
autogen 720h0m0s 168h0m0s           1        true
# 修改存储规则
> ALTER RETENTION POLICY autogen ON spider_record DURATION 720h;
# 设为默认
> ALTER RETENTION POLICY autogen ON spider_record DEFAULT;
# 删除规则
> drop  retention POLICY rule_01 ON spider_record;
#创建规则
> CREATE RETENTION POLICY "rule_01" ON spider_record DURATION 360h REPLICATION 1;
> SHOW RETENTION POLICIES ON spider_record;
[out]
name    duration shardGroupDuration replicaN default
----    -------- ------------------ -------- -------
autogen 0s       168h0m0s           1        true
rule_01 360h0m0s 24h0m0s            1        false

# 字段含义
name--名称,此示例名称为 autogen 

duration--持续时间,0代表无限制

shardGroupDuration--shardGroup的存储时间,shardGroup是InfluxDB的一个基本储存结构,应该大于这个时间的数据在查询效率上应该有所降低。

replicaN--全称是REPLICATION,副本个数

default--是否是默认策略

DOCUMENT: https://www.jianshu.com/writer#/notebooks/31848360/notes/42196019/preview
InfluxDB stores data in shard groups. A single shard group covers a specific time interval; InfluxDB determines that time interval by looking at the DURATION of the relevant retention policy (RP). The table below outlines the default relationship between the DURATION of an RP and the time interval of a shard group:

RP duration Shard group interval
< 2 days 1 hour
>= 2 days and <= 6 months 1 day
> 6 months 7 days

Users can also configure the shard group duration with the CREATE RETENTION POLICY and ALTER RETENTION POLICY statements. Check your retention policy’s shard group duration with the SHOW RETENTION POLICY statement.

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,449评论 0 10
  • 这张图给出了如何成为一个能培养孩子坚毅性格的父母的答案。得到支持:(温暖)我有问题可以从父母那里得到帮助(最坏的就...
    伍帆阅读 263评论 0 0
  • 今天是八月十五中秋节。是阖家团圆的节日!家人们都聚在一起吃团圆饭,晚上一起赏月!以前在老家的时候爸爸总也不回家,每...
    崔珂豪本人阅读 627评论 0 1
  • 《野鬼 野鬼》 文/禹卿 抽一口兰州回味,你转身 把黄河水喝醉 腊子口的风带着你的背影回家 把...
    叶好x阅读 258评论 2 2