Skip to content

Commit

Permalink
Update 4.delete-vertex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored Mar 21, 2022
1 parent d54b487 commit 99634e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs-2.0/3.ngql-guide/12.vertex-statements/4.delete-vertex.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ Nebula Graph 找到目标点并删除,该目标点的所有邻边(出边和

* 不支持原子性删除,如果发生错误请重试,避免出现部分删除的情况。否则会导致悬挂边。
* 删除超级节点耗时较多,为避免删除完成前连接超时,可以调整`nebula-graphd.conf`中的参数`--storage_client_timeout_ms`延长超时时间。

## 悬挂边视频

* [Nebula Graph 的悬挂边小科普](https://www.bilibili.com/video/BV1GR4y1F7ko)(2 分 28 秒)
<iframe src="//player.bilibili.com/player.html?aid=339743290&bvid=BV1GR4y1F7ko&cid=545565805&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

0 comments on commit 99634e1

Please sign in to comment.