split - in HBase what will happen if a single row size exceeds region max size? -


i know if region size exceeds configured max size, hbase split 2 regions, , seems 1 row located in 1 region. happen if row size exceeds configured max region size?

for example, if have row has 100 columns, , each column contains 3m bytes, totally there 300m bytes row. , max region size set 256m, happens this? maybe can't insert such row successfully?

hbase splits done on row boundaries. if row happens larger region size, not split.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -