summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/burst_inserts_stress.txt
blob: 814cd271343026f587961ff2539bb5cef7477d53 (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
32
33
34
35
36
37
# Used as a stress test for the framework.
duration_seconds=14400,
cache_size_mb=2000,
checkpoint_manager=
(
    enabled=true,
    op_rate=60s
),
timestamp_manager=
(
    enabled=true,
    oldest_lag=10,
    stable_lag=10
),
workload_generator=
(
    populate_config=
    (
        collection_count=160,
        key_count_per_collection=500,
        key_size=200,
        thread_count=40,
        value_size=20000
    ),
    insert_config=
    (
        key_size=200,
        op_rate=10s,
        ops_per_transaction=(max=2000,min=1000),
        thread_count=40,
        value_size=20000
    )
),
workload_tracking=
(
    enabled=false,
)