Skip to content

Commit

Permalink
Update 2.drop-tag.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Sep 10, 2021
1 parent eb32ee2 commit 6e5fc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/10.tag-statements/2.drop-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6e5fc39

Please sign in to comment.