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
colbuilder: don't use direct scans when buffered writes are enabled
`txnWriteBuffer` currently doesn't support COL_BATCH_RESPONSE scan
format, so if buffered writes are enabled, we won't use the direct scans.
We could've relaxed this condition further to not use direct scans if
at least some writes are actually buffered, but given this feature is
in experimental state, we don't bother doing so for now.
Release note: None
0 commit comments