summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf b/src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf
new file mode 100644
index 00000000000..f3ce2a455cc
--- /dev/null
+++ b/src/third_party/wiredtiger/bench/wtperf/runners/update-delta-mix2.wtperf
@@ -0,0 +1,18 @@
+# wtperf options file: Mixed workload where we grow some values and shrink
+# others. Mixed load leaning toward shrinking the dataset.
+#
+conn_config="cache_size=2GB,checkpoint=(wait=30)"
+table_config="type=file,leaf_page_max=32k,leaf_value_max=128k,split_pct=90"
+# The values are starting small, insert a lot so our database grows larger than
+# cache quickly.
+icount=200000
+report_interval=5
+run_time=300
+populate_threads=1
+#
+# Run more shrink workload threads than grow threads.
+#
+threads=((count=2,update=1,update_delta=150),(count=4,update=1,update_delta=-100))
+value_sz=20000
+value_sz_min=1000
+value_sz_max=65536