Skip to content

Split table in Janusgraph - Hbase #3398

Answered by vtslab
dinhphu2k1-gif asked this question in Q&A
Discussion options

You must be logged in to vote

All user data end up in the edgestore, so the edgestore is most likely to split in regions. HBase does the split automatically, after a the first region becomes larger than 20 GB (configurable value). During the initial batch load you can set the JanusGraph property storage.hbase.region-count to increase the number of regions for performance reasons. If these regions stay below 20 GB, HBase will compact these automatically after some time.
The other tables are completely independent and HBase will treat them in an analogous way.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dinhphu2k1-gif
Comment options

@vtslab
Comment options

Answer selected by dinhphu2k1-gif
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