Closed
Description
Please check the FAQ documentation before raising an issue
Describe the bug (required)
(root@nebula) [basketballplayer]> Insert vertex VALUES "1":(),"2":()
Execution succeeded (time spent 1111/1503 us)
Thu, 06 Jan 2022 03:46:54 UTC
(root@nebula) [basketballplayer]> show stats
+---------+------------+-------+
| Type | Name | Count |
+---------+------------+-------+
| "Tag" | "person" | 0 |
| "Tag" | "player" | 51 |
| "Tag" | "t2" | 1 |
| "Tag" | "team" | 30 |
| "Edge" | "follow" | 81 |
| "Edge" | "like" | 0 |
| "Edge" | "serve" | 152 |
| "Space" | "vertices" | 82 |
| "Space" | "edges" | 233 |
+---------+------------+-------+
Got 9 rows (time spent 797/1346 us)
Thu, 06 Jan 2022 03:46:58 UTC
Your Environments (required)
- OS:
uname -a
- Compiler:
g++ --version
orclang++ --version
- CPU:
lscpu
- Commit id (e.g.
a3ffc7d8
)
How To Reproduce(required)
Steps to reproduce the behavior:
- Insert vertex without Tag.
show stats
to count the numbers of vertices or edges.
Expected behavior
Additional context
Activity