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
jobs: enable jobs.avoid_full_scans.enabled by default
Release note (performance improvement): Some internal queries executed
by the jobs system are now less likely to perform full table scans of
the `system.jobs` table, making them more efficient. This change can be
reverted by disabling the
`jobs.avoid_full_scans_in_find_running_jobs.enabled` cluster setting.
0 commit comments