Re: Janusgraph storage configurations


marc.d...@...
 

Hi Dilan,


These configs allow you to presplit your table if you expect that your data will need more than one default region size of your HBase cluster. This way, HBase does not need to split during the bulkload.
Setting the number of regions larger than (data size/ region size) is not useful, because HBase will compact the regions later on or your system manager will complain about the large number of regions (which take up HBase master memory).

Cheers,   Marc

Op donderdag 5 oktober 2017 09:03:36 UTC+2 schreef Dilan Ranasinghe:

Hello,

I'm trying to figure out the usage and a logic to set the values to the following configurations.
storage.hbase.region-count
storage.hbase.regions-per-server

can you please provide a reference or information regarding those configurations.


Thanks
Dilan.

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.