We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249793c commit fd27faeCopy full SHA for fd27fae
pkg/kv/kvpb/api.proto
@@ -2802,8 +2802,10 @@ message Header {
2802
// - QueryLocksRequest
2803
// - IsSpanEmptyRequest
2804
//
2805
- // The following requests types are also allowed in the batch, although the
2806
- // limit has no effect on them:
+ // The following request types are also allowed in the batch. These requests
+ // do not consume any keys from the limit; however, they may fail to be
2807
+ // processed if the batch previously consumed the entire limit.
2808
+ //
2809
// - ExportRequest
2810
// - QueryIntentRequest
2811
// - EndTxnRequest
0 commit comments