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
If I recognized it right, each related object, for example each comment, would be saved individual, which is not very performant, you could do instead "INSERT INTO tbl VALUES(),(),()".
However you will probably need some additional checks.
The text was updated successfully, but these errors were encountered:
If I recognized it right, each related object, for example each comment, would be saved individual, which is not very performant, you could do instead "INSERT INTO tbl VALUES(),(),()".
However you will probably need some additional checks.
The text was updated successfully, but these errors were encountered: