summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs/wtperf.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/docs/wtperf.dox')
-rw-r--r--src/third_party/wiredtiger/src/docs/wtperf.dox6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/docs/wtperf.dox b/src/third_party/wiredtiger/src/docs/wtperf.dox
index e06272d117c..a49d0d9f871 100644
--- a/src/third_party/wiredtiger/src/docs/wtperf.dox
+++ b/src/third_party/wiredtiger/src/docs/wtperf.dox
@@ -185,6 +185,8 @@ execute a read prior to each insert in workload phase
key size
@par log_partial (boolean, default=false)
perform partial logging on first table only.
+@par log_like_table (boolean, default=false)
+Append all modification operations to another shared table.
@par min_throughput (unsigned int, default=0)
notify if any throughput measured is less than this amount. Aborts or
prints warning based on min_throughput_fatal setting. Requires
@@ -210,6 +212,8 @@ if non zero choose a value from within this range as the key for
insert operations
@par random_value (boolean, default=false)
generate random content for the value
+@par range_partition (boolean, default=false)
+partition data by range (vs hash)
@par read_range (unsigned int, default=0)
scan a range of keys after each search
@par readonly (boolean, default=false)
@@ -262,6 +266,8 @@ transaction configuration string, relevant when populate_opts_per_txn
is nonzero
@par table_name (string, default=test)
table name
+@par truncate_single_ops (boolean, default=false)
+Implement truncate via cursor remove instead of session API
@par value_sz_max (unsigned int, default=1000)
maximum value size when delta updates are present. Default disabled
@par value_sz_min (unsigned int, default=1)