Skip to content

Commit

Permalink
Update 5.drop-space.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Jan 9, 2023
1 parent d8932a2 commit 9b6a5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/9.space-statements/5.drop-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

!!! note

`DROP SPACE`是否删除图空间对应的硬盘数据由 Storage 配置参数 auto_remove_invalid_space 决定。auto_remove_invalid_space 的默认值为`true`,表示会删除数据。如需在删除逻辑图空间时保留硬盘数据,将 auto_remove_invalid_space 的值修改为`false`。详情参见 [Storage 服务配置](../../5.configurations-and-logs/1.configurations/4.storage-config.md)。
`DROP SPACE`是否删除图空间对应的硬盘数据由 Storage 配置参数`auto_remove_invalid_space`决定。`auto_remove_invalid_space`的默认值为`true`,表示会删除数据。如需在删除逻辑图空间时保留硬盘数据,将`auto_remove_invalid_space`的值修改为`false`。详情参见 [Storage 服务配置](../../5.configurations-and-logs/1.configurations/4.storage-config.md)。

!!! warning

执行`DROP SPACE`后,即使快照中存在该图空间的数据,该图空间的数据也无法恢复。请**谨慎**执行删除图空间操作
执行`DROP SPACE`后,即使快照中存在该图空间的数据,该图空间的数据也无法恢复。当`auto_remove_invalid_space`的值为`false`时,不会出现此种情况

## 前提条件

Expand Down

0 comments on commit 9b6a5a5

Please sign in to comment.