summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/configs/search_near_01_default.txt
blob: b3b3d6c668ae6183a5cc4aac5ebe4be494fa3567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration for search_near_01.
# The test will generate key_count_per_collection number of keys for each prefix in aaa -> zzz.
# This config will have a 3 minute duration, with 3 tables of an entry for each prefix.
duration_seconds=180,
cache_size_mb=1000,
timestamp_manager=
(
    enabled=false,
),
workload_generator=
(
    populate_config=
    (
        collection_count=3,
        key_count_per_collection=1,
        key_size=5,
    ),
    read_config=
    (
        thread_count=10
    )
),