Skip to content

Commit f002d7b

Browse files
authored
improve the guides index (#2301)
1 parent 67726cf commit f002d7b

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

docs/en/guides/00-products/index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ en=
2626

2727
**Here are some entries you might want to learn about**
2828

29-
- **[SQL Reference](/sql)**: your swift-access guide for Databend essentials!
30-
- **[Data Unloading](../50-unload-data/index.md)**: Export data from Databend(Cloud).
31-
- **[External Functions](../54-query/04-external-function.md)**: Use external functions to extend Databend's capabilities.
32-
- **[Data Management](../57-data-management/index.md)**: Manage data in Databend(Cloud).
33-
- **[Benchmarks](../80-benchmark/index.md)**: Compare Databend Cloud performance with Snowflake on TPC-H SF100 benchmarks.
34-
- **[Accessing Data Lake](../51-access-data-lake/index.md)**: Databend presents a seamless integration with three robust Data Lake technologies—Apache Hive, Apache Iceberg, and Delta Lake.
35-
- **[Query Structures](../54-query/index.md)**: Databend supports diverse query structures to enhance your data querying experience
36-
- **[Performance Optimization](../55-performance/index.md)**: Databend supports the following features to optimize query performance across various scenarios
29+
- **[SQL Reference](/sql)**: Your swift-access guide for Databend essentials!
30+
- **[Connect to Databend](/guides/sql-clients)**: Connect with various SQL clients and programming languages.
31+
- **[Data Loading](/guides/load-data)**: Import data from various sources into Databend.
32+
- **[Data Unloading](/guides/unload-data)**: Export data from Databend to different formats.
33+
- **[External Functions](/guides/query/external-function)**: Extend Databend's capabilities with custom functions.
34+
- **[Databend AI and ML](/guides/ai-functions)**: Leverage AI capabilities in your data processing.
35+
- **[Data Management](/guides/data-management)**: Manage your data lifecycle effectively.
36+
- **[Data Lakehouse](/guides/access-data-lake)**: Seamless integration with Hive, Iceberg, and Delta Lake.
37+
- **[Performance Optimization](/guides/performance)**: Enhance query performance with various strategies.
38+
- **[Benchmarks](/guides/benchmark)**: Compare Databend performance with other data warehouses.
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
title: Data Management
33
---
4-
import IndexOverviewList from '@site/src/components/IndexOverviewList';
54

5+
# Data Management
66

7-
The information on managing, recovering, and protecting your data in Databend Cloud:
8-
<IndexOverviewList />
7+
| Category | Description | Key Features | Common Operations | Documentation |
8+
|----------|-------------|--------------|------------------|---------------|
9+
| **Data Lifecycle** | Create and manage objects | • Database & Table <br/>• External Tables<br/>• Streams & Views<br/>• Indexes & Stages | • CREATE/DROP/ALTER<br/>• SHOW TABLES<br/>• DESCRIBE TABLE | [Details](./01-data-lifecycle.md) |
10+
| **Data Recovery** | Access and restore past data | • Time Travel<br/>• Flashback Tables<br/>• Backup & Restore<br/>• AT & UNDROP | • SELECT ... AT<br/>• FLASHBACK TABLE<br/>• BENDSAVE BACKUP | [Details](./02-data-recovery.md) |
11+
| **Data Protection** | Secure access and prevent loss | • Network Policies<br/>• Access Control<br/>• Time Travel & Fail-safe<br/>• Data Encryption | • NETWORK POLICY<br/>• GRANT/REVOKE<br/>• CREATE USER/ROLE | [Details](./03-data-protection.md) |
12+
| **Data Purge** | Free up storage space | • VACUUM Commands<br/>• Retention Policies<br/>• Orphan File Cleanup<br/>• Temporary File Management | • VACUUM TABLE<br/>• VACUUM DROP TABLE<br/>• DATA_RETENTION_TIME | [Details](./04-data-recycle.md) |

0 commit comments

Comments
 (0)