You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfalse, fmt.Errorf("failed to update vsn on target db via query-%s: %w, rowsAffected: %v",
@@ -884,6 +894,8 @@ const (
884
894
SET_SESSION_REPLICATE_ROLE_TO_REPLICA="SET session_replication_role TO replica"//Disable triggers or fkeys constraint checks.
885
895
SET_YB_ENABLE_UPSERT_MODE="SET yb_enable_upsert_mode to true"
886
896
SET_YB_DISABLE_TRANSACTIONAL_WRITES="SET yb_disable_transactional_writes to true"// Disable transactions to improve ingestion throughput.
897
+
// The "SELECT 1" workaround introduced in ExecuteBatch does not work if isolation level is read_committed. Therefore, for now, we are forcing REPEATABLE READ.
0 commit comments