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
In #60132 to be fully consistent we check all rows in the new reorganized partition by reading them before writing them, to avoid overwriting concurrent DMLs (insert/update), but it should be possible to optimize the optimistic path, by trying to write and fail if the key already exists, by using the PresumeKeyNotExists.
The text was updated successfully, but these errors were encountered:
Enhancement
In #60132 to be fully consistent we check all rows in the new reorganized partition by reading them before writing them, to avoid overwriting concurrent DMLs (insert/update), but it should be possible to optimize the optimistic path, by trying to write and fail if the key already exists, by using the
PresumeKeyNotExists
.The text was updated successfully, but these errors were encountered: