On Tue, Apr 5, 2011 at 10:49 PM, Jack Sun <[email protected]> wrote: > I tried to access HBaseDB from 3 WebServer(Tomcat) at the same time, > > I found that scan will takes more(10times) time comparing with the speed of > put. > > > When 1WebServer -> 1HBase DB , it takes about the same time on scan > > and put. > > > I wonder in this case , hbase does something with the multiple client IP > address >
No. Tell us more about your hbase version and the numbers you are seeing. Sounds like 3 concurrent scans is taking longer than 3 concurrent puts? This might help: http://hbase.apache.org/book/ch13s06.html St.Ack St.Ack
