You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/v3-core-enterprise-release-notes/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@
16
16
17
17
-**Hard delete for databases and tables**: Permanently delete databases and tables, enabling complete removal of data structures for compliance and storage management ([#26553](https://github.com/influxdata/influxdb/pull/26553))
18
18
-**AWS credentials auto-reload**: Support dynamic reloading of ephemeral AWS credentials from files, improving security and reliability when using AWS services ([#26537](https://github.com/influxdata/influxdb/pull/26537))
19
-
-**Database retention period support**: Add retention period support for databases via CLI commands (`create database` and `update database` commands) and HTTP APIs ([#26520](https://github.com/influxdata/influxdb/pull/26520))
19
+
-**Database retention period support**: Add retention period support for databases via CLI commands (`create database` and `update database` commands) and HTTP APIs ([#26520](https://github.com/influxdata/influxdb/pull/26520)):
20
+
- New CLI command: `update database --retention-period`
20
21
-**Configurable lookback duration**: Users can specify lookback duration for PersistedFiles buffer, providing better control over query performance ([#26528](https://github.com/influxdata/influxdb/pull/26528))
21
22
-**WAL replay concurrency control**: Add concurrency limits for WAL (Write-Ahead Log) replay to improve startup performance and resource management ([#26483](https://github.com/influxdata/influxdb/pull/26483))
22
23
-**Enhanced write path**: Separate write path executor with unbounded memory for improved write performance ([#26455](https://github.com/influxdata/influxdb/pull/26455))
@@ -42,7 +43,8 @@ All Core updates are included in Enterprise. Additional Enterprise-specific feat
42
43
-**License management improvements**:
43
44
- New `influxdb3 show license` command to display current license information
44
45
-**Table-level retention period support**: Add retention period support for individual tables in addition to database-level retention, providing granular data lifecycle management
45
-
- New CLI command: `influxdb3 create table --retention-period`
46
+
- New CLI commands: `create table --retention-period` and `update table --retention-period`
47
+
- Set or clear table-specific retention policies independent of database settings
46
48
-**Compaction improvements**:
47
49
- Address compactor restart issues for better reliability
48
50
- Track compacted generation durations in catalog for monitoring
0 commit comments