Skip to content

Commit

Permalink
Adjusted btree chunk size to give a 25% performance increase in rando…
Browse files Browse the repository at this point in the history
…m testing.

git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@680420 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Damien F. Katz committed Jul 28, 2008
1 parent ede1d57 commit 96aaee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couchdb/couch_btree.erl
Expand Up @@ -16,7 +16,7 @@
-export([foldr/3, foldr/4, fold/4, fold/5, full_reduce/1, final_reduce/2]).
-export([fold_reduce/7, lookup/2, get_state/1, set_options/2, test/1, test/0]).

-define(CHUNK_THRESHOLD, 16#fff).
-define(CHUNK_THRESHOLD, 16#4ff).

-record(btree,
{fd,
Expand Down

0 comments on commit 96aaee3

Please sign in to comment.