We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688315f commit a8ad660Copy full SHA for a8ad660
docs/cn/guides/56-security/recovery-from-operational-errors.md
@@ -9,14 +9,11 @@ import IndexOverviewList from '@site/src/components/IndexOverviewList';
9
10
## 简介
11
12
-Databend 可以帮助您从以下常见操作错误中恢复:
13
-- **意外删除数据库**
14
-- **意外删除表**
15
-- **不正确的数据修改(UPDATE/DELETE 操作)**
16
-- **意外截断表**
17
-- **数据加载错误**
18
-- **Schema 演变回滚**(恢复表结构更改)
19
-- **删除列或约束**
+Databend 可以帮您恢复这些常见操作错误:
+- **误删数据库或表**
+- **数据错误修改或删除**
+- **表结构误操作**
+- **数据误加载**
20
21
这些恢复能力由 Databend 的 FUSE 引擎及其类似 Git 的存储设计提供支持,该设计维护了不同时间点的数据快照。
22
0 commit comments