diff options
author | Damien F. Katz <damien@apache.org> | 2009-11-03 20:51:04 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2009-11-03 20:51:04 +0000 |
commit | 4387dc1a5b10c63a540cefcb2bb7c6e5d9b9fd8b (patch) | |
tree | d14597954d2065ef880c97998631d0842f19224f /test/etap | |
parent | f2689f944e1c0f573afe4393ff26bbc988db8baf (diff) |
Added batching of multiple updating requests, to improve throughput with many writers. Also removed the couch_batch_save module, now batch requests are simply saved async as immediately, batching with outhr updates if possible.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@832550 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rwxr-xr-x | test/etap/001-load.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/etap/001-load.t b/test/etap/001-load.t index 619b289b..66136ed8 100755 --- a/test/etap/001-load.t +++ b/test/etap/001-load.t @@ -21,8 +21,6 @@ main(_) -> code:add_pathz("src/couchdb"), etap:plan(39), Modules = [ - couch_batch_save, - couch_batch_save_sup, couch_btree, couch_config, couch_config_writer, |