Home | About | Sematext search-lucene.com search-hadoop.com
 Search Hadoop and all its subprojects:

Switch to Threaded View
HBase, mail # user - HBase reading test


Copy link to this message
-
Re: HBase reading test
stack 2010-01-05, 06:46
My guess is that you have too little data.  Try adding 500k rows.  What is
your schema like?  What size is your data?
St.Ack

On Mon, Jan 4, 2010 at 10:44 PM, stack <[EMAIL PROTECTED]> wrote:

> 2010/1/3 <[EMAIL PROTECTED]>
>
>> Each client fetch the same data(5243 rows)
>> The Result is like following:
>>    1 concurrent client read:  80 sec
>>    2 concurrent client read: 104 sec
>>    3 concurrent client read: 232 sec
>> As above, increasing more concurrent client reading connections seems to
>> lower hbase performance too much.
>> Any opinions?
>>
>>
> Clients were all running in a single process?  If so, try running them as
> distinct processes.
> St.Ack
>