summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/config_poc_test_default.txt
blob: a8876f05a9988cd3bed280706d11acf52ee4ff70 (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
38
39
# Sets up a basic database with 2 collections and 5 keys and run thread for 10 seconds.
# All components are enabled.
# Used as a basic test for the framework.
duration_seconds=10
cache_size_mb=1000
enable_logging=true
runtime_monitor=
{
    rate_per_second=3
    stat_cache_size=
    {
        enabled=true
        limit=100
    }
}
timestamp_manager=
{
    enabled=true
    oldest_lag=1
    stable_lag=1
}
workload_generator=
{
    collection_count=2
    key_count=5
    key_size=1
    ops_per_transaction=
    {
        min=5
        max=50
    }
    read_threads=1
    update_threads=1
    value_size=10
}
workload_tracking=
{
    enabled=true
}