Replies: 1 comment 3 replies
-
This is mysterious, indeed. First thing that comes to mind: is it possible that compaction is disabled on your HBase cluster (hbase.regionserver.compaction.enabled)? What happens if you trigger a manual compaction? |
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
-
I use Hbase as the storage backend for janusgraph, but the size of HBase table is growing very quickly (within 4 months size increased from 16 GB to 280GB ), even when there isn't much vertices and edges getting created.
I am trying to run some gremlin queries to find if there are vertices having attributes which has large values, but there weren't any large values as well.
I tried querying HBase table, but the information wasn't readable as plain text.
Is there a way to determine what is causing table size to grow ?
Beta Was this translation helpful? Give feedback.
All reactions