Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ExecuteUpdate/Delete which spans multiple tables (TPT, TPC...) #28520

Open
smitpatel opened this issue Jul 26, 2022 · 3 comments
Open

Comments

@smitpatel
Copy link
Member

  • TPT
  • Entity splitting
  • TPC (when the delete is not based on key)

We can support via multiple commands in same batch. Could be complicated to figure out the rows affect count depending on the meaning of it. Delete is somewhat easier but Update could be tricky as we need to figure out which property set goes where.

@smitpatel
Copy link
Member Author

Also keep in mind that if we start sending multiple commands then we need to add transaction around it.

@roji roji changed the title Support for Bulk Update/Delete which spans multiple tables Support for ExecuteUpdate/Delete which spans multiple tables (TPT, TPC...) Nov 23, 2022
@kev24uk

This comment was marked as off-topic.

@roji

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants