You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Ramasubramanian <ra...@gmail.com> on 2013/06/05 17:32:50 UTC

Writing to HBASE is taking a lot time as the table grows

Hi,

Currently a Hbase table contains close to 60 million records and for loading new records (no update.. new row key don't exists ) it is taking more than 3 hours to load 30,000 records… day by day when the volume of the records getting increase it is going to 5 hours a day to load same 30,000 records…

Can you please help what are all the things that needs to be considered to diagnose it?

Note;
CDH4.1 is used 

regards,
Rams

Re: Writing to HBASE is taking a lot time as the table grows

Posted by Ted Yu <yu...@gmail.com>.
Can you go over http://hbase.apache.org/book.html#performance and then,
http://hbase.apache.org/book.html#trouble

Cheers

On Wed, Jun 5, 2013 at 8:32 AM, Ramasubramanian <
ramasubramanian.narayanan@gmail.com> wrote:

> Hi,
>
> Currently a Hbase table contains close to 60 million records and for
> loading new records (no update.. new row key don't exists ) it is taking
> more than 3 hours to load 30,000 records… day by day when the volume of the
> records getting increase it is going to 5 hours a day to load same 30,000
> records…
>
> Can you please help what are all the things that needs to be considered to
> diagnose it?
>
> Note;
> CDH4.1 is used
>
> regards,
> Rams