Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/enterprise_influxdb/v1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases:
- /enterprise/v1.11/
menu:
enterprise_influxdb_v1:
name: InfluxDB Enterprise v1.11
name: InfluxDB Enterprise v1
weight: 1
---

Expand Down
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]
> `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]
> `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]
> `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]
> `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