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
Added a new session variableunbounded_parallel_scans, which controls whether scans will be parallelized across ranges in more cases. Note that using this feature can lead to increased likelihood of out-of-memory errors (OOMs), so it should be used with care (namely when you expect that the scan should read a "reasonable" number of rows - probably less than 10k). Also note that queries with LIMITs aren't affected by this variable; cross-range parallelism of scans continue to be disabled for such queries. #100948
Page: https://cockroachlabs.com/docs/v24.2/set-vars.html
What is the reason for your feedback?
[X] Missing the information I need
[ ] Too complicated
[ ] Out of date
[ ] Something is broken
[ ] Other
Additional details
This page does not contain documentation on the
unbounded_parallel_scans
session variable.This variable is mentioned in What's New in v23.1
https://www.cockroachlabs.com/docs/releases/v23.1#v23-1-2-sql-language-changes
Jira issue: DOC-11408
The text was updated successfully, but these errors were encountered: