summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt b/src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt
new file mode 100644
index 00000000000..34ab79e1980
--- /dev/null
+++ b/src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt
@@ -0,0 +1,31 @@
+# Configuration for search_near_02.
+# The configuration creates:
+# - threads that continuously insert random keys and values.
+# - threads that continuously perform prefix search_near calls on random keys.
+duration_seconds=180,
+cache_size_mb=500,
+timestamp_manager=
+(
+ # This will let us randomly pick a read timestamp in a bigger range to trigger visibility
+ # checks.
+ oldest_lag=10,
+),
+workload_generator=
+(
+ populate_config=
+ (
+ collection_count=10,
+ ),
+ insert_config=
+ (
+ key_size=5,
+ op_rate=100ms,
+ thread_count=10
+ ),
+ read_config=
+ (
+ key_size=5,
+ op_rate=250ms,
+ thread_count=10
+ )
+)