Skip to content

Commit 1861136

Browse files
committed
fix(influxdb3): Add update database and update table commands
1 parent 63d3190 commit 1861136

File tree

1 file changed

+4
-2
lines changed
  • content/shared/v3-core-enterprise-release-notes

1 file changed

+4
-2
lines changed

content/shared/v3-core-enterprise-release-notes/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
- **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))
1818
- **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`
2021
- **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))
2122
- **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))
2223
- **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
4243
- **License management improvements**:
4344
- New `influxdb3 show license` command to display current license information
4445
- **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
4648
- **Compaction improvements**:
4749
- Address compactor restart issues for better reliability
4850
- Track compacted generation durations in catalog for monitoring

0 commit comments

Comments
 (0)