You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
statement-store: use many workers for network statements processing (#10617)
# Description
Fixes#10814
Adds --statement-network-workers CLI parameter to enable concurrent
statement validation from the network. Previously, statements were
validated sequentially by a single worker. This change allows multiple
workers to process statements in parallel, improving throughput when
statement store is enabled
## Integration
Non-breaking change with opt-in performance improvement. Default
behavior unchanged (single worker).
0 commit comments