diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2014-02-11 21:03:05 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-02-11 21:03:05 +1100 |
commit | b878fc256be50e7f55538ea3e4631a468ed61475 (patch) | |
tree | 79f382d8aeb0bb4f3b47fd0ab43f2cb70e8e3337 /bench/wtperf/wtperf_opt.i | |
parent | 222631e05e46b83fbb62056988e1c6b7474731f0 (diff) | |
download | mongo-b878fc256be50e7f55538ea3e4631a468ed61475.tar.gz |
Clarify a wtperf configuration setting.
Diffstat (limited to 'bench/wtperf/wtperf_opt.i')
-rw-r--r-- | bench/wtperf/wtperf_opt.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf_opt.i b/bench/wtperf/wtperf_opt.i index 28e682de364..7114f7ee9ad 100644 --- a/bench/wtperf/wtperf_opt.i +++ b/bench/wtperf/wtperf_opt.i @@ -84,7 +84,9 @@ DEF_OPT_AS_CONFIG_STRING(conn_config, "create", DEF_OPT_AS_BOOL(compact, 0, "post-populate compact for LSM merging activity") DEF_OPT_AS_BOOL(create, 1, "do population phase; false to use existing database") -DEF_OPT_AS_UINT32(icount, 5000, "number of records to initially populate") +DEF_OPT_AS_UINT32(icount, 5000, + "number of records to initially populate. If multiple tables are " + "configured, each table has this many items inserted.") DEF_OPT_AS_BOOL(insert_rmw, 0, "execute a read prior to each insert in workload phase") DEF_OPT_AS_UINT32(key_sz, 20, "key size") |