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
sql: use soft limit for scan distribution by default
Release note (sql change): The default value of
`use_soft_limit_for_distribute_scan` session variable has been changed
to `true`. This means that, by default, the soft limit (if available)
will be used to determine whether a scan is "large" and, thus, should be
distributed. For example, with "estimated row count: 100 - 10,000" we'll
use 100 as the estimate to compare against the value of
`distribute_scan_row_count_threshold`.
0 commit comments