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
VTGate currently calls ExecuteBatch when autocommit is true this was due to the reason that earlier VTTablet Execute always create a transaction even on autocommit true.
Now, the underlying VTTablet Execute can handle autocommit mode and therefore it is safe to switch the call from ExecuteBatch to Execute.
This also simplifies the VTGate execution code path.
The text was updated successfully, but these errors were encountered:
VTGate currently calls ExecuteBatch when autocommit is true this was due to the reason that earlier VTTablet Execute always create a transaction even on autocommit true.
Now, the underlying VTTablet Execute can handle autocommit mode and therefore it is safe to switch the call from ExecuteBatch to Execute.
This also simplifies the VTGate execution code path.
The text was updated successfully, but these errors were encountered: