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: docs/en/guides/00-products/01-dee/10-enterprise-features.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@ This page provides an updated list of available enterprise features. To access t
16
16
|[BendSave](/guides/data-management/data-recovery#bendsave)| Disaster Recovery | Backup and restore entire Databend cluster data for disaster recovery. |
17
17
|[Fail-Safe](/guides/security/fail-safe)| Disaster Recovery | Recover lost or accidentally deleted data from S3-compatible object storage. |
18
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). |
19
+
|[Full-Text Index](/guides/performance/fulltext-index)| Query Performance | Enable lightning-fast text search with inverted indexes and relevance scoring. |
20
+
|[Ngram Index](/guides/performance/ngram-index)| Query Performance | Accelerate LIKE pattern matching queries with wildcard searches. |
21
+
|[Virtual Column](/sql/sql-commands/ddl/virtual-column)| Query Performance | Automatically accelerate JSON queries with zero-configuration performance optimization for VARIANT data. |
22
+
|[Dynamic Column](/sql/sql-commands/ddl/table/ddl-create-table#computed-columns)| Query Performance | Generate columns automatically from scalar expressions with stored or virtual calculation modes. |
21
23
|[Python UDF](/guides/query/udf#python-requires-databend-enterprise)| Advanced Analytics | Execute Python code within SQL queries using built-in handler. |
22
24
|[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
25
|[Stream](/sql/sql-commands/ddl/stream)| Change Data Capture | Track and capture table changes for incremental data processing. |
0 commit comments