what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread tgh
, I can only store 400GB data, is it that ? Or what about the max size for one region and what about the max size of region for one server? For 100billion message, I need to store more data in one server, Could you help me Thank you Tian Guanhua

Re: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread Nicolas Liochon
This should help: http://hbase.apache.org/book/important_configurations.html#bigger.regions On Mon, Dec 17, 2012 at 9:11 AM, tgh guanhua.t...@ia.ac.cn wrote: Or what about the max size for one region and what about the max size of region for one server?

答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread tgh
server This should help: http://hbase.apache.org/book/important_configurations.html#bigger.regions On Mon, Dec 17, 2012 at 9:11 AM, tgh guanhua.t...@ia.ac.cn wrote: Or what about the max size for one region and what about the max size of region for one server?

答复: 答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread tgh
-邮件原件- 发件人: user-return-32523-guanhua.tian=ia.ac...@hbase.apache.org [mailto:user-return-32523-guanhua.tian=ia.ac...@hbase.apache.org] 代表 Nicolas Liochon 发送时间: 2012年12月17日 17:42 收件人: user@hbase.apache.org 主题: Re: 答复: what is the max size for one region and what is the max size

Re: 答复: 答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread Nicolas Liochon
I think it's safer to use a newer version (0.94): there are a lot of things around performances volumes in the 0.92 0.94. As well, there are much more bug fixes releases on the 0.94. For the number of region, there is no maximum written in stone. Having too many regions will essentially impact

Re: 答复: 答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread Doug Meil
Hi there, When sizing your data, don't forget to read thisŠ http://hbase.apache.org/book.html#schema.creation and http://hbase.apache.org/book.html#regions.arch 9.7.5.4. KeyValue You need to understand how Hbase stores data internally on initial design to avoid problems down the line. Keep

Re: 答复: 答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread Bryan Beaudreault
0.90.x supports up to 4GB region sizes max, not 40. You would need to upgrade to 0.92.x at least to go higher than that. Sent from iPhone. On Dec 17, 2012, at 9:31 AM, Doug Meil doug.m...@explorysmedical.com wrote: Hi there, When sizing your data, don't forget to read thisŠ

Re: 答复: 答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread Andrew Purtell
-guanhua.tian=ia.ac...@hbase.apache.org [mailto:user-return-32523-guanhua.tian=ia.ac...@hbase.apache.org] 代表 Nicolas Liochon 发送时间: 2012年12月17日 17:42 收件人: user@hbase.apache.org 主题: Re: 答复: what is the max size for one region and what is the max size of region for one server You're reading correctly

Re: 答复: 答复: what is the max size for one region and what is the max size of region for one server

2012-12-17 Thread lars hofhansl
To: user@hbase.apache.org user@hbase.apache.org Cc: tgh guanhua.t...@ia.ac.cn Sent: Monday, December 17, 2012 11:26 AM Subject: Re: 答复: 答复: what is the max size for one region and what is the max size of region for one server Don't use HBase 0.90. Our current release is 0.94. You will find