From 788f4aaa6af269316a3a07e438eb7c0688d3c48a Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Tue, 21 Jun 2022 18:07:55 +0800 Subject: [PATCH] commet fix --- docs-2.0/3.ngql-guide/9.space-statements/5.drop-space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/9.space-statements/5.drop-space.md b/docs-2.0/3.ngql-guide/9.space-statements/5.drop-space.md index faa33b8728f..0c5553ca97a 100644 --- a/docs-2.0/3.ngql-guide/9.space-statements/5.drop-space.md +++ b/docs-2.0/3.ngql-guide/9.space-statements/5.drop-space.md @@ -4,7 +4,7 @@ !!! note - `DROP SPACE` can only delete the specified graph space while retain all the data in it by modifying the value of `auto_remove_invalid_space` in the Storage service configuration file. For more information, see [Storage configuration](../../5.configurations-and-logs/1.configurations/4.storage-config.md). + `DROP SPACE` can only delete the specified logic graph space while retain all the data on the hard disk by modifying the value of `auto_remove_invalid_space` to `false` in the Storage service configuration file. For more information, see [Storage configuration](../../5.configurations-and-logs/1.configurations/4.storage-config.md). ## Prerequisites