summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/search_near_02_default.txt
blob: 34ab79e198003959c6461d14f76a431ad7b1fbcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
    )
)