Skip to content

Commit

Permalink
Update 3.upsert-edge.md (#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored Feb 22, 2023
1 parent 45f4b90 commit 391276a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/13.edge-statements/3.upsert-edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

`UPSERT EDGE`性能远低于`INSERT`,因为`UPSERT`是一组分片级别的读取、修改、写入操作。

!!! danger
!!! caution

禁止在高并发写操作的情况下使用`UPSERT`语句,请使用`UPDATE`或`INSERT`代替
并发`UPSERT`同一个 TAG 或 EDGE TYPE 会报错

## 语法

Expand Down

0 comments on commit 391276a

Please sign in to comment.