optimizing random reads

2010-01-14 Thread Boris Aleksandrovsky
I have a moderately large HBase table of about 1M rows distributed across 4 region servers. I also have a requirement to retrieve a 1000 rows from that table (one can assume keys are randomly distributed) at the same time. I would ideally like to have a facility to batch read of all 1000 rows at th

Re: optimizing random reads

2010-01-14 Thread Boris Aleksandrovsky
Thanks Joydeep and St.Ack, will follow your suggestions! On Thu, Jan 14, 2010 at 2:46 PM, stack wrote: > We need a multiget (HBASE-1845). > St.Ack > > > > On Thu, Jan 14, 2010 at 1:39 PM, Boris Aleksandrovsky >wrote: > > > I have a moderately large HBase tabl