Skip to content

Dropping All Vertexes #3769

Answered by hadoopmarc
ZachMurray asked this question in Q&A
May 10, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Try to do it the other was around:
g.V().limit(1).drop().iterate()

Also, 70,000 vertices should fit in memory, maybe give your JVM some more memory, defaults possibly low in the JanusGraph with Gremlin Server docker container.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ZachMurray
Comment options

Comment options

You must be logged in to vote
1 reply
@ZachMurray
Comment options

Answer selected by ZachMurray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants