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
Is your feature request related to a problem? Please describe:
The transaction amend may indrocude some incompatilities, we need to solve these issues for specific amend type.
Issues like:
Amend transaction can cause lost update #20912. For add column amend type, since the newest value on the added column will not be recorded in the amended transaction memory buffer, the amend will overwrite the newest written data, which causes lost update.
Describe the feature you'd like:
Make the amended transaction semantic compatible.
Describe alternatives you've considered:
We need to consider if memory buffer amend is needed under certain circumstances. Also, we need to evaluate the risk and benefit.
Feature Request
Is your feature request related to a problem? Please describe:
The transaction amend may indrocude some incompatilities, we need to solve these issues for specific amend type.
Issues like:
Describe the feature you'd like:
Make the amended transaction semantic compatible.
Describe alternatives you've considered:
We need to consider if memory buffer amend is needed under certain circumstances. Also, we need to evaluate the risk and benefit.
Teachability, Documentation, Adoption, Migration Strategy:
Check the amend project and
sig-transactionfor more information.