# Configuration for bounded_cursor_prefix_stat.
# 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.
#
# There can only be one read thread in this test, since it manages the creation/deletion of
# search_near_threads.
duration_seconds=60,
cache_size_mb=1000,
search_near_threads=10,
timestamp_manager=
(
    enabled=false,
),
workload_manager=
(
    populate_config=
    (
        collection_count=3,
        key_count_per_collection=1,
        key_size=5,
    ),
    read_config=
    (
        thread_count=1
    )
),
