forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
81596: row: remove unnecessary mutation value marshalling r=yuzefovich a=jordanlewis Closes cockroachdb#74741 This commit removes a little bit of unnecessary extra marshalling work during the INSERT/UPDATE operations. Previously, we had to always marshal all columns with the old encoding for now particularly good reason. Now, we only run that old encoding marshalling when we need it: aka, when there is a non-zero column family with just a single column in it. Release note: None 82182: awsdms: test endpoint before creating the replication task r=rafiss a=otan The endpoint connection must successfully have been tested before the replication task can be created. This usually happens before the replication task is created, but sometimes it may not. Avoid this race by proactively testing the connection and only start the replication task after the endpoint connection test was successful. Resolves cockroachdb#82057 Release note: None Co-authored-by: Jordan Lewis <[email protected]> Co-authored-by: Oliver Tan <[email protected]>
- Loading branch information
Showing
4 changed files
with
42 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters