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
