reckon_db_streams_sup (reckon_db v1.6.0)
View SourceStreams supervisor for reckon-db
Manages stream reader and writer pools for concurrent operations. Uses partitioned workers for high-throughput stream access.
Summary
Functions
Start the streams supervisor
Types
-type store_config() :: #store_config{store_id :: atom(), data_dir :: string(), mode :: single | cluster, timeout :: pos_integer(), writer_pool_size :: pos_integer(), reader_pool_size :: pos_integer(), gateway_pool_size :: pos_integer(), options :: map()}.
Functions
-spec start_link(store_config()) -> {ok, pid()} | {error, term()}.
Start the streams supervisor