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
Align every explanation of parallel_chunks with the accepted chunking/fan-out boundary. The setting refines a query plan into more, smaller chunks; it does not execute those chunks concurrently. Fan-out performs execution, and the concurrency setting separately limits how many chunks are in flight.
Audit package documentation, API docstrings, configuration guidance, examples, and architecture prose. Preserve the public name and all behavior. Rewrite only passages that attribute execution or concurrency to the planning dial; leave already-correct division language unchanged.
Acceptance criteria
Every explanation frames parallel_chunks as optional chunk-plan refinement or a target chunk count.
No explanation says the setting itself performs fan-out or parallel execution.
Where performance is discussed, the prose clearly distinguishes more chunks from the separate concurrency cap and fan-out executor.
What to build
Align every explanation of
parallel_chunkswith the accepted chunking/fan-out boundary. The setting refines a query plan into more, smaller chunks; it does not execute those chunks concurrently. Fan-out performs execution, and the concurrency setting separately limits how many chunks are in flight.Audit package documentation, API docstrings, configuration guidance, examples, and architecture prose. Preserve the public name and all behavior. Rewrite only passages that attribute execution or concurrency to the planning dial; leave already-correct division language unchanged.
Acceptance criteria
parallel_chunksas optional chunk-plan refinement or a target chunk count.Blocked by
None — can start immediately.