View Issue Details

IDProjectCategoryView StatusLast Update
0006219SymmetricDSImprovementpublic2024-01-31 16:59
Reporteremiller Assigned To 
Prioritynormal 
Status newResolutionopen 
Product Version3.15.0 
Target Version3.16.0 
Summary0006219: Make Sybase ASE triggers use an "insert ... select" statement instead of a cursor
DescriptionCurrently, all 3 Sybase ASE triggers use a cursor to insert into sym_data. While Sybase ASE's triggers are statement-level rather than row-level, it is possible to select all of the rows from the virtual tables (e.g. inserted) and insert them into sym_data using an "insert ... select" statement. It would be better to use the "insert ... select" approach because cursors perform worse and can cause unnecessary locks.
Tagsdialect: sybase, trigger

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-01-31 16:59 emiller New Issue
2024-01-31 16:59 emiller Tag Attached: dialect: sybase
2024-01-31 16:59 emiller Tag Attached: trigger