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
Investigation conducted by @nvanbenschoten shows significant impact on foreground SQL latency when executing backfills; summary here (internal). The solution will be to reduce memory usage to reduce GC (assist) pressure.
Reduce default size of blocking buffer. Suggested default of 1/8 of current default (125MB).
Investigation conducted by @nvanbenschoten shows significant impact on foreground SQL latency when executing backfills; summary here (internal). The solution will be to reduce memory usage to reduce GC (assist) pressure.
Jira issue: CRDB-17745
Epic CRDB-24463