I installed Titan with HBase.
I delete the entire vertex in the graph
Shows null after deleting all.
gremlin> gVcount() ==>0
But if I rewrite titanium, then the graph has an empty empty vertex
gremlin> gVcount() ==>85267
I check the value of one vertex, it is empty gremlin> gv (840012) .map ()
What is the reason for the empty top? How can I clean them completely?
source share