Created
February 28, 2012 08:25
-
-
Save fdmanana/1930807 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Before COUCHDB-1186 | |
fdmanana 23:21:05 ~/git/hub/slow_couchdb (master)> docs=500000 batch=5000 ./bench.sh wow.tpl | |
Server: CouchDB/1.2.0a-a68a792-git (Erlang OTP/R14B03) | |
{"couchdb":"Welcome","version":"1.2.0a-a68a792-git"} | |
[INFO] Created DB named `db1' | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
(....) | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
Building view. | |
{"total_rows":500000,"offset":0,"rows":[ | |
{"id":"00051ef7-d735-48d7-9ba8-5a21a86e8d57","key":["dwarf","assassin"],"value":[{"x":31227.35,"y":31529.73},{"x":116667.85,"y":82008.25},{"x":224.11,"y":36652.41},{"x":128565.95,"y":6780.2},{"x":165230.43,"y":176208.63}]} | |
]} | |
real 5m6.676s | |
user 0m0.009s | |
sys 0m0.010s | |
After COUCHDB-1186 | |
fdmanana 23:50:07 ~/git/hub/slow_couchdb (master)> docs=500000 batch=5000 ./bench.sh wow.tpl | |
Server: CouchDB/1.2.0a-f023052-git (Erlang OTP/R14B03) | |
{"couchdb":"Welcome","version":"1.2.0a-f023052-git"} | |
[INFO] Created DB named `db1' | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
(....) | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
Building view. | |
{"total_rows":500000,"offset":0,"rows":[ | |
{"id":"00051ef7-d735-48d7-9ba8-5a21a86e8d57","key":["dwarf","assassin"],"value":[{"x":31227.35,"y":31529.73},{"x":116667.85,"y":82008.25},{"x":224.11,"y":36652.41},{"x":128565.95,"y":6780.2},{"x":165230.43,"y":176208.63}]} | |
]} | |
real 5m1.395s | |
user 0m0.008s | |
sys 0m0.010s | |
After COUCHDB-1186 + better queueing patch (http://friendpaste.com/178nPFgfyyeGf2vtNRpL0w) | |
fdmanana 00:14:25 ~/git/hub/slow_couchdb (master)> docs=500000 batch=5000 ./bench.sh wow.tpl | |
Server: CouchDB/1.2.0a-f023052-git (Erlang OTP/R14B03) | |
{"couchdb":"Welcome","version":"1.2.0a-f023052-git"} | |
[INFO] Created DB named `db1' | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
(....) | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
Building view. | |
{"total_rows":500000,"offset":0,"rows":[ | |
{"id":"00051ef7-d735-48d7-9ba8-5a21a86e8d57","key":["dwarf","assassin"],"value":[{"x":31227.35,"y":31529.73},{"x":116667.85,"y":82008.25},{"x":224.11,"y":36652.41},{"x":128565.95,"y":6780.2},{"x":165230.43,"y":176208.63}]} | |
]} | |
real 4m48.175s | |
user 0m0.008s | |
sys 0m0.009s | |
CouchDB branch 1.1.x | |
fdmanana 08:16:58 ~/git/hub/slow_couchdb (master)> docs=500000 batch=5000 ./bench.sh wow.tpl | |
Server: CouchDB/1.1.2a785d32f-git (Erlang OTP/R14B03) | |
{"couchdb":"Welcome","version":"1.1.2a785d32f-git"} | |
[INFO] Created DB named `db1' | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
(....) | |
[INFO] Uploaded 5000 documents via _bulk_docs | |
Building view. | |
{"total_rows":500000,"offset":0,"rows":[ | |
{"id":"0001c0a1-edcb-4dbc-aa9d-533c73d980cb","key":["dwarf","assassin"],"value":[{"x":62038.32,"y":105825.29},{"x":90713.13,"y":128570.97},{"x":43836.37,"y":80517.12},{"x":71610.97,"y":143739.99},{"x":86038.39,"y":84731.8}]} | |
]} | |
real 5m44.374s | |
user 0m0.008s | |
sys 0m0.010s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment