summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2017-03-23 11:57:44 +1100
committerDavid Hows <howsdav@gmail.com>2017-03-23 11:57:44 +1100
commit620398dc9a90b401aa9e4437c834bfbb2a6d9a6d (patch)
treeac40eefe0e05a5df9053b6adacb133d8062fbbf0 /src/docs
parentcfdf4394aa39209d402a9006661810cda3bdb38d (diff)
downloadmongo-620398dc9a90b401aa9e4437c834bfbb2a6d9a6d.tar.gz
WT-3202 Add in_memory config opt, do not reopen connection if db is in_memory (#3341)
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/wtperf.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/docs/wtperf.dox b/src/docs/wtperf.dox
index 2eac0fef3f4..6bdcf5f4f8d 100644
--- a/src/docs/wtperf.dox
+++ b/src/docs/wtperf.dox
@@ -167,6 +167,8 @@ do population phase; false to use existing database
number of WiredTiger databases to use. Each database will execute the workload using a separate home directory and complete set of worker threads
@par drop_tables (boolean, default=false)
Whether to drop all tables at the end of the run, and report time taken to do the drop.
+@par in_memory (boolean, default=false)
+Whether to create the database in-memory.
@par icount (unsigned int, default=5000)
number of records to initially populate. If multiple tables are configured the count is spread evenly across all tables.
@par idle_table_cycle (unsigned int, default=0)