GhostVertexRemover


Patrice Le Manach <plem...@...>
 

Hello,

is there a way to run GhostVertexRemover from the gremlin console ?

Best Regards,

Patrice


Krishna Sailesh <krishna...@...>
 

Hi Patrice

Here is a way to remove all Ghost Vertex in your keyspace
https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-core/src/main/java/org/janusgraph/graphdb/olap/job/GhostVertexRemover.java

you can try the above solution


if you want to remove the ghost vertex from gremlin console

   add the properties which are used to create for unique Index for  vertices and then drop the vertex with quering with same properties.


On Thursday, May 28, 2020 at 12:23:53 AM UTC+5:30, Patrice Le Manach wrote:
Hello,

is there a way to run GhostVertexRemover from the gremlin console ?

Best Regards,

Patrice