Skip to content

Commit a8ad660

Browse files
authored
Update recovery-from-operational-errors.md
1 parent 688315f commit a8ad660

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/cn/guides/56-security/recovery-from-operational-errors.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ import IndexOverviewList from '@site/src/components/IndexOverviewList';
99

1010
## 简介
1111

12-
Databend 可以帮助您从以下常见操作错误中恢复:
13-
- **意外删除数据库**
14-
- **意外删除表**
15-
- **不正确的数据修改(UPDATE/DELETE 操作)**
16-
- **意外截断表**
17-
- **数据加载错误**
18-
- **Schema 演变回滚**(恢复表结构更改)
19-
- **删除列或约束**
12+
Databend 可以帮您恢复这些常见操作错误:
13+
- **误删数据库或表**
14+
- **数据错误修改或删除**
15+
- **表结构误操作**
16+
- **数据误加载**
2017

2118
这些恢复能力由 Databend 的 FUSE 引擎及其类似 Git 的存储设计提供支持,该设计维护了不同时间点的数据快照。
2219

0 commit comments

Comments
 (0)