You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/10/05 18:12:26 UTC

[Hadoop Wiki] Update of "BookKeeperPerfPage" by FlavioJunqueira

Dear Wiki user,

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

The "BookKeeperPerfPage" page has been changed by FlavioJunqueira.
http://wiki.apache.org/hadoop/BookKeeperPerfPage?action=diff&rev1=11&rev2=12

--------------------------------------------------

  
  == Single-client experiments (reads) ==
  
- We create a ledger, write 400k 128-byte entries, and read from the ledger.
+ We create a ledger, write 10M 1024-byte entries (10G bytes), and read from the ledger.
  
- || || 128 bytes per entry written || 1024 bytes written per entry ||
- || 3-2 || 74.31 Kops/s || NA Kops/s ||
- || 4-2 || 105.19 Kops/s || NA Kops/s ||
- || 5-2 || 119.78 Kops/s || NA Kops/s ||
- || 6-2 || 121.58 Kops/s || NA Kops/s ||
+ || || 1024 bytes written per entry ||
+ || 3-2 || 51.64 Kops/s ||
+ || 4-2 || 56.78 Kops/s ||
+ || 5-2 || 53.45 Kops/s ||
+ || 6-2 || 52.44 Kops/s ||
+ || 4-3 || 50.37 Kops/s ||
+ || 5-3 || 52.96 Kops/s ||
+ || 6-3 || 55.39 Kops/s ||
+ || 5-4 || 54.97 Kops/s ||
+ || 6-4 || 59.81 Kops/s ||