Skip to main content

Enterprise Features

This page provides an updated list of available enterprise features. To access these features, you will require an enterprise or trial license. For more details, see Licensing Databend.

FeatureDescription
Vacuum Dropped TablesOptimize storage and data management for dropped tables:
- Efficiently free up storage by removing dropped tables' data files.
- Utilize the 'Retain N hours' option to specify a time window during which dropped table data files are retained for potential recovery.
- Safely preview the removal of data files using the dry-run option.
Vacuum Historical DataDeep clean your storage space:
- Remove orphan segment and block files.
- Safely preview the removal of data files using the dry-run option.
Computed ColumnsComputed columns save you time and effort by enabling derivation of new columns from existing ones:
- Automatic updates ensure accurate and consistent data.
- Advanced analysis and calculations can now be performed within the database.
- Two types of computed columns: stored and virtual. Virtual columns save you space as they are calculated on-the-fly when queried.