Hi.Thank you for quick response. We are using 7 machines (6 RedHat 5 and 1 is SuSe interprise 10). Each machine is : 4 CPU with 4gb ram and 200gb HD, connected with 1gb network interface. All machines in the same rec. On one machine (master) we are running Tomcat with one webapp that is adding 100000 rows. Nothing else is running. When no webapp running the CPU load is less the 1%.
We are using Hbase 0.18.0 and Hadoop 0.18.0. Hbase cluster is one master and 6 region servers. Row addition is done by BatchUpdate and commint into single column family. The data is simple bytes array (1400 bytes each row). Thank You and Best Regards. On Thu, Oct 2, 2008 at 9:39 PM, stack <[EMAIL PROTECTED]> wrote: > Tell us more Slava. HBase versions and how many regions you have in your > cluster? > > If small rows, your best boost will likely come when we support batching of > updates: HBASE-748. > > St.Ack > > > > Slava Gorelik wrote: > >> Hi All. >> Our environment - 8 Datanodes (1 is also Namenode), >> 7 from them is also region servers and 1 is Master, default replication - >> 3. >> We have application that heavy writes with relative small rows - about >> 10Kb, >> current performance is 100000 rows in 580000 Milisec - 5.8 Milisec / row. >> Is there any way to improve this performance by some tuning / tweaking >> HBase >> or Hadoop ? >> >> Thank You and Best Regards. >> >> >> > >
