-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/bugSomething isn't workingSomething isn't workingp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint
Description
We already generate one insert statement with multiple value expressions when there is more than one row to be inserted. Currently, we prepare this query. But this becomes useful only if the same number of rows are inserted again with similar (column, value) pairs. We also run into issues where the prepared statement exceeds the number of allowed parameters (see #2000).
Given the low returns (if any) I'm inclined to simplify insert mutations by not using prepared statements.
Metadata
Metadata
Assignees
Labels
c/serverRelated to serverRelated to servere/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursk/bugSomething isn't workingSomething isn't workingp/highcandidate for being included in the upcoming sprintcandidate for being included in the upcoming sprint