Discussion:
Does Hbase recommend any limit in term of size for RowKey, column qualifyer and value
Manjeet Singh
2017-01-04 05:09:34 UTC
Permalink
Hi All,

I have question regarding does Hbase impose any limit in term of maximum
size can not be increase?
I have seen lots of blog all are saying that their is no limit it's depend
on your design.
but it must be clear, what is the exact calculation for knwing max limit
of->
(a) rowkey
(b) column family
(c)column qualifyer
(d) value /cell

Thanks
Manjeet
--
luv all
Ted Yu
2017-01-04 05:17:53 UTC
Permalink
There is hbase.client.keyvalue.maxsize which defaults to 10485760

You can find its explanation
in hbase-common/src/main/resources/hbase-default.xml
Post by Manjeet Singh
Hi All,
I have question regarding does Hbase impose any limit in term of maximum
size can not be increase?
I have seen lots of blog all are saying that their is no limit it's depend
on your design.
but it must be clear, what is the exact calculation for knwing max limit
of->
(a) rowkey
(b) column family
(c)column qualifyer
(d) value /cell
Thanks
Manjeet
--
luv all
Manjeet Singh
2017-01-04 06:52:51 UTC
Permalink
Thanks Ted for your reply
Post by Ted Yu
There is hbase.client.keyvalue.maxsize which defaults to 10485760
You can find its explanation
in hbase-common/src/main/resources/hbase-default.xml
Post by Manjeet Singh
Hi All,
I have question regarding does Hbase impose any limit in term of maximum
size can not be increase?
I have seen lots of blog all are saying that their is no limit it's
depend
Post by Manjeet Singh
on your design.
but it must be clear, what is the exact calculation for knwing max limit
of->
(a) rowkey
(b) column family
(c)column qualifyer
(d) value /cell
Thanks
Manjeet
--
luv all
--
luv all
Loading...