# Configuration for bounded_cursor_prefix_stat stress test.
# The test will generate key_count_per_collection number of keys for each prefix in aaa -> zzz.
# This config will have a 30 minute duration, with 3 tables of an entry for each prefix.
#
# There can only be one read thread in this test, since it manages the creation/deletion of 
# search_near_threads.
duration_seconds=1800,
cache_size_mb=1000,
search_near_threads=10,
timestamp_manager=
(
    enabled=false,
),
workload_manager=
(
    populate_config=
    (
        collection_count=3,
        key_count_per_collection=100,
        value_size=30
    ),
    read_config=
    (
        op_rate=10ms,
        thread_count=1
    )
),
