Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by stack:
http://wiki.apache.org/hadoop/Hbase/PerformanceEvaluation

------------------------------------------------------------------------------
  
  Of note, the mapfile numbers are less than those of hbase when writing 
because the mapfile tests write one file whereas hbase after first split is 
writing to multiple files concurrently.  On the other hand, hbase random read 
is very like mapfile random read, at least in single client case; we're 
effectively asking the filesystem for a random value from the midst of a file 
in both cases.  The mapfile numbers are useful as guage of how much hdfs has 
come on since the last time we ran PE.
  
- Block compression is a little slower writing, way slower random-reading but 
about same scanning.
+ Block compression (zlib -- hbase bug won't let you specify lzo) is a little 
slower writing, way slower random-reading but about same scanning.
  
  Will post a new state, 8 concurrent clients, in a while so we can start 
tracking how we are doing when contending clients.
  

Reply via email to