Skip to content

Commit

Permalink
rename to pipelined DML
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <eke@fastmail.com>
  • Loading branch information
ekexium committed Jan 8, 2024
1 parent 40928bc commit 0cad837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/kvrpcpb/kvrpcpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 0cad837

Please sign in to comment.