-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Description
Originally: https://github.com/influxdb/influxdb.com/issues/491
Under Concepts:
- how data are organized into shards
- by time (If the RP has a duration less than 2 days, all shards are 1h shards. If the RP has a duration of 2 days to 6 months, all shards are 1d shards. For durations greater than 6 months, all shards are 7d shards.)
- by series (modulo assignment)
- how replicated
- what duration and expiration means
- SHOW SHARDS
- SHOW SHARD GROUPS, see SHOW SHARD GROUPS influxdb#4792
Probably link to the FEI about data not being dropped after altering a retention policy: https://docs.influxdata.com/influxdb/v0.9/troubleshooting/frequently_encountered_issues/#data-aren-t-dropped-after-altering-a-retention-policy.