Skip to content

Commit 7e005c8

Browse files
authored
Update 10-enterprise-features.md
1 parent 7bcfafc commit 7e005c8

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

docs/en/guides/00-products/01-dee/10-enterprise-features.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ This page provides an updated list of available enterprise features. To access t
1010

1111
| Feature | Category | Description |
1212
| -------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
13-
| [Vacuum Temp Files](/sql/sql-commands/administration-cmds/vacuum-temp-files) | Storage | - Free up storage by removing temporary files, notably join, aggregate, and sort spill files.<br/>- Set retention and file limits as needed. |
14-
| [Vacuum Dropped Table](/sql/sql-commands/ddl/table/vacuum-drop-table) | Storage | Optimizes storage by deleting data files of dropped tables. Offers a recovery option and a dry-run preview. |
15-
| [Vacuum Historical Data](/sql/sql-commands/ddl/table/vacuum-table) | Storage | Deep clean your storage space:<br/>- Remove orphan segment and block files. <br/>- Safely preview the removal of data files using the dry-run option. |
16-
| [Virtual Column](/sql/sql-commands/ddl/virtual-column) | Query | Enhance efficiency in querying Variant data:<br/>- Virtual columns streamline queries, eliminating the need to traverse the entire nested structure. Direct data retrieval accelerates query execution.<br/>- Virtual columns significantly cut memory usage in Variant data, reducing the risk of memory overflows. |
17-
| [Aggregating Index](/sql/sql-commands/ddl/aggregating-index) | Query | Elevate your query speed with aggregating indexes:<br/>- Supercharge queries through precomputed and indexed aggregations.<br/>- Customize the index to meet your unique data analysis requirements. |
18-
| [Computed Column](/sql/sql-commands/ddl/table/ddl-create-table#computed-columns) | Query | Computed columns save you time and effort by enabling derivation of new columns from existing ones:<br/>- Automatic updates ensure accurate and consistent data.<br/>- Advanced analysis and calculations can now be performed within the database.<br/>- Two types of computed columns: stored and virtual. Virtual columns save you space as they are calculated on-the-fly when queried. |
19-
| [Python UDF](/guides/query/udf#python-requires-databend-enterprise) | Query | A Python UDF allows you to invoke Python code from a SQL query via Databend's built-in handler, enabling seamless integration of Python logic within your SQL queries. |
20-
| [ATTACH TABLE](/sql/sql-commands/ddl/table/attach-table) | Query | Attach Table enables you to seamlessly connect a table in the cloud service platform to an existing table deployed in a private deployment environment without the need to physically move the data. |
21-
| [Stream](/sql/sql-commands/ddl/stream) | Data Streaming | Efficient data change management with stream:<br/>- Append-only mode supported: Instantly capture data insertions in real-time.<br/>- Seamlessly leverage streams for direct querying and analysis, ensuring swift insights. |
22-
| [Masking Policy](/sql/sql-commands/ddl/mask-policy/) | Security | Enhance your data security with role-based masking feature:<br/>- Safeguard sensitive information through customizable data masking.<br/>- Preserve data usability while reinforcing security. |
23-
| Storage Encryption | Security | Enhance the security of your server-side data encryption, safeguarding your data from unauthorized access by the storage vendor:<br/>- Choose encryption through service-managed keys, KMS managed keys, or customer-managed keys. Options may vary by storage type.<br/>- Currently supported on Alibaba Cloud OSS.<br/>See the [deploy guide](../../10-deploy/01-deploy/01-non-production/01-deploying-databend.md) for encryption parameters for each storage vendor. |
24-
| [Fail-Safe](/guides/security/fail-safe) | Security | Recover table data from S3-compatible object storage. |
25-
| [BendSave](/guides/data-management/data-recovery#bendsave) | Recovery | BendSave is a command-line tool for backing up and restoring both metadata and actual data files in Databend. |
13+
| [Audit Trail](/guides/security/audit-trail) | Security & Compliance | Monitor database activities with comprehensive audit logs for compliance and security. |
14+
| [Masking Policy](/sql/sql-commands/ddl/mask-policy/) | Security & Compliance | Protect sensitive data with role-based masking policies. |
15+
| Storage Encryption | Security & Compliance | Encrypt data at rest with service-managed, KMS, or customer-managed keys. |
16+
| [BendSave](/guides/data-management/data-recovery#bendsave) | Disaster Recovery | Backup and restore entire Databend cluster data for disaster recovery. |
17+
| [Fail-Safe](/guides/security/fail-safe) | Disaster Recovery | Recover lost or accidentally deleted data from S3-compatible object storage. |
18+
| [Aggregating Index](/sql/sql-commands/ddl/aggregating-index) | Query Performance | Speed up queries with precomputed and indexed aggregations. |
19+
| [Virtual Column](/sql/sql-commands/ddl/virtual-column) | Query Performance | Accelerate Variant data queries and reduce memory usage with virtual columns. |
20+
| [Computed Column](/sql/sql-commands/ddl/table/ddl-create-table#computed-columns) | Query Performance | Automatically derive new columns from existing ones (stored or virtual). |
21+
| [Python UDF](/guides/query/udf#python-requires-databend-enterprise) | Advanced Analytics | Execute Python code within SQL queries using built-in handler. |
22+
| [ATTACH TABLE](/sql/sql-commands/ddl/table/attach-table) | Data Sharing | Create read-only links to existing table data with zero-copy access across environments. |
23+
| [Stream](/sql/sql-commands/ddl/stream) | Change Data Capture | Track and capture table changes for incremental data processing. |
24+
| [Vacuum Temp Files](/sql/sql-commands/administration-cmds/vacuum-temp-files) | Storage Management | Clean up temporary files (join, aggregate, sort spills) to free storage space. |
25+
| [Vacuum Dropped Table](/sql/sql-commands/ddl/table/vacuum-drop-table) | Storage Management | Delete data files of dropped tables to optimize storage with recovery option. |
26+
| [Vacuum Historical Data](/sql/sql-commands/ddl/table/vacuum-table) | Storage Management | Remove orphan segment and block files to deep clean storage space. |
2627

2728
## Databend Community vs. Enterprise
2829

@@ -46,7 +47,7 @@ tbody={[
4647
['Multi-tenancy and Permission Management', '✓', '✓'],
4748
['Standard Data Types', '✓', '✓'],
4849
['Semi-structured Data Type (JSON)', '✓', '✓'],
49-
['Unstructured Data Types', 'Parquet/CSV/TSV/JSON/ORC', 'Parquet/CSV/TSV/JSON/ORC'],
50+
['Unstructured Data Types', 'Parquet/CSV/TSV/JSON/ORC/AVRO', 'Parquet/CSV/TSV/JSON/ORC/AVRO'],
5051
['Advanced Compression', '✓', '✓'],
5152
['Vector Storage', '✓', '✓'],
5253
['Apache Hive Query', '✓', '✓'],
@@ -101,7 +102,8 @@ tbody={[
101102
width={['70%', '15%', '15%']}
102103
thead={['Functionality', 'Databend Community', 'Databend Enterprise']}
103104
tbody={[
104-
['Audit Functionality', '✓', '✓'],
105+
['Basic Audit Functionality', '✓', '✓'],
106+
['Comprehensive Audit Trail (System History Tables)', '✕', '✓'],
105107
['Access Control RBAC', '✓', '✓'],
106108
['Password Strength and Expiry Policy', '✓', '✓'],
107109
['Whitelist Management', '✓', '✓'],

0 commit comments

Comments
 (0)