reduce influence of auto-splitting region

2012-09-05 Thread jing wang
Hi there, Using Hbase as a realtime storage(7*24h), how to reduce the influence of region auto-splitting? Any advice will be appreciated! Thanks, Jing

Re: reduce influence of auto-splitting region

2012-09-05 Thread Jean-Marc Spaggiari
Hi Jing, If you pre-split your regions a lot, you will reduce the number and the influence of the auto-splits. But for that you need to know very well the way the data is going to come into your database to make sure you split your regions evenly. JM 2012/9/5, jing wang : > Hi there, > > Using

Re: reduce influence of auto-splitting region

2012-09-05 Thread jing wang
Hi JM, Thanks for your reply. More questions:what does 'the way' you said mean? The rowkey ranges, just like hbase book said? http://hbase.apache.org/book/perf.writing.html Thanks, Jing Wang 2012/9/5 Jean-Marc Spaggiari > Hi Jing, > > If you pre-split your regions a lot, you will reduce

RE: reduce influence of auto-splitting region

2012-09-05 Thread Ramkrishna.S.Vasudevan
gt; To: user@hbase.apache.org > Subject: reduce influence of auto-splitting region > > Hi there, > > Using Hbase as a realtime storage(7*24h), how to reduce the influence > of > region auto-splitting? > Any advice will be appreciated! > > > Thanks, > Jing

Re: reduce influence of auto-splitting region

2012-09-05 Thread jing wang
t; > Sent: Wednesday, September 05, 2012 3:48 PM > > To: user@hbase.apache.org > > Subject: reduce influence of auto-splitting region > > > > Hi there, > > > > Using Hbase as a realtime storage(7*24h), how to reduce the influence > > of > > region auto-splitting? > > Any advice will be appreciated! > > > > > > Thanks, > > Jing > >

RE: reduce influence of auto-splitting region

2012-09-05 Thread Ramkrishna.S.Vasudevan
: jing wang [mailto:happygodwithw...@gmail.com] > Sent: Wednesday, September 05, 2012 6:42 PM > To: user@hbase.apache.org > Subject: Re: reduce influence of auto-splitting region > > Hi Ram, > > Thanks for your advice. We did consider what you said. > As Hbase is used as a re

Re: reduce influence of auto-splitting region

2012-09-05 Thread jing wang
wang [mailto:happygodwithw...@gmail.com] > > Sent: Wednesday, September 05, 2012 6:42 PM > > To: user@hbase.apache.org > > Subject: Re: reduce influence of auto-splitting region > > > > Hi Ram, > > > > Thanks for your advice. We did consider what you said. >

RE: reduce influence of auto-splitting region

2012-09-05 Thread Ramkrishna.S.Vasudevan
Original Message- > From: jing wang [mailto:happygodwithw...@gmail.com] > Sent: Wednesday, September 05, 2012 8:00 PM > To: user@hbase.apache.org > Subject: Re: reduce influence of auto-splitting region > > Hi Ram, > > How to drive the data to the specific hourly re