> From: Andreas Neumann <neun...@gmail.com>
> we will use LoadIncrementalHFiles, are you saying that this
> will never cause a split?

Create the table with the region split threshold set to Long.MAX_VALUE and a 
set of pre-split points that partitions the key space as evenly as possible.

Use HBase's TotalOrderPartitioner over row keys and HFileOutputFormat to build 
HFiles that fit within the predefined splits.

The result will never split.

If you do not modify the table(s), there will be no compaction activity either.

  - Andy

Reply via email to