Skip to content

Commit c05e419

Browse files
INLINE for tx keys (#28979)
1 parent 7d8b0c2 commit c05e419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/persqueue/pqtablet/transaction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ void TDistributedTransaction::AddCmdWrite(NKikimrClient::TKeyValueRequest& reque
413413
auto command = request.AddCmdWrite();
414414
command->SetKey(GetKey());
415415
command->SetValue(value);
416+
command->SetStorageChannel(NKikimrClient::TKeyValueRequest::INLINE);
416417
}
417418

418419
NKikimrPQ::TTransaction TDistributedTransaction::Serialize() {

0 commit comments

Comments
 (0)