Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ For example, if a write request tries to write data to a retention policy with a
`PAST LIMIT 6h` and there are points in the request with timestamps older than
6 hours, those points are rejected.

> [!Important]
> In InfluxDB v1.12.2, `PAST LIMIT` cannot be changed after it is set.
> This will be fixed in a future release.

##### `FUTURE LIMIT` {metadata="v1.12.0+"}

The `FUTURE LIMIT` clause defines a time boundary after and relative to _now_
Expand All @@ -328,6 +332,10 @@ For example, if a write request tries to write data to a retention policy with a
`FUTURE LIMIT 6h` and there are points in the request with future timestamps
greater than 6 hours from now, those points are rejected.

> [!Important]
> In InfluxDB v1.12.2, `FUTURE LIMIT` cannot be changed after it is set.
> This will be fixed in a future release.

##### `DEFAULT`

Sets the new retention policy as the default retention policy for the database.
Expand Down
8 changes: 8 additions & 0 deletions content/influxdb/v1/query_language/manage-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,10 @@ For example, if a write request tries to write data to a retention policy with a
`PAST LIMIT 6h` and there are points in the request with timestamps older than
6 hours, those points are rejected.

> [!Important]
> In InfluxDB v1.12.2, `PAST LIMIT` cannot be changed after it is set.
> This will be fixed in a future release.

##### `FUTURE LIMIT` {metadata="v1.12.0+"}

The `FUTURE LIMIT` clause defines a time boundary after and relative to _now_
Expand All @@ -329,6 +333,10 @@ For example, if a write request tries to write data to a retention policy with a
`FUTURE LIMIT 6h` and there are points in the request with future timestamps
greater than 6 hours from now, those points are rejected.

> [!Important]
> In InfluxDB v1.12.2, `FUTURE LIMIT` cannot be changed after it is set.
> This will be fixed in a future release.

##### `DEFAULT`

Sets the new retention policy as the default retention policy for the database.
Expand Down