From 6e5fc3945380c88e1ded6dbcebaf873a7a1d33e6 Mon Sep 17 00:00:00 2001 From: "max.zhu@vesoft.com" <86282370+izhuxiaoqing@users.noreply.github.com> Date: Fri, 10 Sep 2021 15:25:22 +0800 Subject: [PATCH] Update 2.drop-tag.md --- docs-2.0/3.ngql-guide/10.tag-statements/2.drop-tag.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/3.ngql-guide/10.tag-statements/2.drop-tag.md b/docs-2.0/3.ngql-guide/10.tag-statements/2.drop-tag.md index 7eed3de446a..67ebf46c8dd 100644 --- a/docs-2.0/3.ngql-guide/10.tag-statements/2.drop-tag.md +++ b/docs-2.0/3.ngql-guide/10.tag-statements/2.drop-tag.md @@ -4,9 +4,9 @@ A vertex can have one or more tags. -- If a vertex has only one tag, the vertex **CANNOT** be accessed after you delete it. But its edges are available. The vertex will be deleted in the next compaction. +- If a vertex has only one tag, the vertex **CANNOT** be accessed after you drop it. But its edges are available. The vertex will be dropped in the next compaction. -- If a vertex has multiple tags, the vertex is still accessible after you delete one of them. But all the properties defined by this deleted tag **CANNOT** be accessed. +- If a vertex has multiple tags, the vertex is still accessible after you drop one of them. But all the properties defined by this dropped tag **CANNOT** be accessed. This operation only deletes the Schema data. All the files or directories in the disk will not be deleted directly until the next compaction.