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
144615: kvserver: use WriteBatch instead of NewUnindexedBatch r=tbg a=pav-kv
This PR replaces a few uses of `Engine.NewUnindexedBatch()` with `Engine.NewWriteBatch()`, in places where reading is not needed.
Epic: CRDB-46488
Co-authored-by: Pavel Kalinnikov <[email protected]>
0 commit comments