Changes between Initial Version and Version 1 of Ticket #35655, comment 2
- Timestamp:
- Aug 2, 2024, 4:18:21 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35655, comment 2
initial v1 4 4 5 5 1 -> Switch to earlier version for multi-row insert (using select-union combination) till the issue is being resolved. 6 2-> Migrate to ExecuteMany() instead of Execute() for multi-row insert. 6 2-> Migrate to ExecuteMany() instead of Execute() for multi-row insert. When the number of bind variables are higher ExecuteMany() will be performing much better. So yet another reason for migration. 7 7 3-> Migrate from NVARCHAR2 to VARCHAR2 as it also resolves the issue with multi-row insert.