summaryrefslogtreecommitdiff
path: root/src/docs/wtperf.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/wtperf.dox')
-rw-r--r--src/docs/wtperf.dox4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/docs/wtperf.dox b/src/docs/wtperf.dox
index df66ad43355..83aadf8a776 100644
--- a/src/docs/wtperf.dox
+++ b/src/docs/wtperf.dox
@@ -155,10 +155,12 @@ checkpoint every rate operations during the populate phase in the populate thre
number of checkpoint threads
@par conn_config (string, default="create")
connection configuration string
+@par close_conn (boolean, default=true)
+properly close connection at end of test. Setting to false does not sync data to disk and can result in lost data after test exits.
@par compact (boolean, default=false)
post-populate compact for LSM merging activity
@par compression (string, default="none")
-compression extension. Allowed configuration values are: 'none', 'lz4', 'snappy', 'zlib'
+compression extension. Allowed configuration values are: 'none', 'lz4', 'snappy', 'zlib', 'zstd'
@par create (boolean, default=true)
do population phase; false to use existing database
@par database_count (unsigned int, default=1)