When I remove edges or vertices from janusgraph, the size of the table in Hbase does not change #3271
Unanswered
w924490509
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Things to check:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Hbase as the storage backend for janusgraph, and when I delete the edges I see that the size of the Hbase table has not changed even after several hours.
g.E().drop().iterate();
This is my configuration:
gremlin.graph=org.janusgraph.core.JanusGraphFactory storage.backend=hbase storage.hostname=node1,node2,node3 storage.hbase.ext.zookeeper.znode.parent=/hbase storage.hbase.table=GRAPH_ALL_0517 storage.hbase.region-count=60 cache.db-cache = true cache.db-cache-clean-wait = 5 cache.db-cache-time = 10000 cache.db-cache-size = 0.3 cache.tx-cache-size=1000000 cache.tx-dirty-size=1000000 storage.batch-loading=true schema.default=none ids.block-size=50000000 ids.renew-timeout=3600000 ids.wait-time=600 ids.renew-percentage=0.5 id.num-partitions=20 storage.buffer-size=10000 graph.set-vertex-id=true cluster.max-partitions=65535 force-index=true
Beta Was this translation helpful? Give feedback.
All reactions