Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 408 Bytes

File metadata and controls

9 lines (6 loc) · 408 Bytes

Delete Syntax

Given a vertex Id, Nebula supports DELETE the vertex and its associated in and out edges, syntax as the follows:

DELETE VERTEX $vid

Nebula will find the in and out edges associated with the vertex and delete all of them, then delete information related to the vertex. Atomic operation is not guaranteed during the entire process for now, so please retry when failure occurs.