Skip to content

Commit

Permalink
rename to pipelined DML
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium committed Jan 8, 2024
1 parent 40928bc commit 4b478c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/kvrpcpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ message TiFlashSystemTableResponse {
bytes data = 1 [(gogoproto.customtype) = "github.com/pingcap/kvproto/pkg/sharedbytes.SharedBytes", (gogoproto.nullable) = false];
}

// Flush is introduced from the large transaction v2 protocol.
// Flush is introduced from the pipelined DML protocol.
// A Flush request writes some keys and values to TiKV, storing in LOCK and DEFAULT CF, just like a Prewrite request.
message FlushRequest {
Context context = 1;
Expand All @@ -1547,7 +1547,7 @@ message FlushResponse {
ExecDetailsV2 exec_details_v2 = 3;
}

// BufferBatchGet is introduced from the large transaction v2 protocol.
// BufferBatchGet is introduced from the pipelined DML protocol.
// It is similar to a BatchGet request, except that it can only read the data that has been flushed by itself.
message BufferBatchGetRequest {
Context context = 1;
Expand Down

0 comments on commit 4b478c2

Please sign in to comment.