Compiled sql script triggers and procs
Compiled (as opposed to interpreted) scripts for better performance.
26
votes
We did not end up precompiling the scripts, but we did implement a variety of changes that have significantly improved stored procedure performance (in par with our UDFs, which have always been much faster). Planned to be part of the v10 release the first half of 2010.
1 comment
-
jeremym1234
commented
We are leaving them as interpreted for now, but have identified many performance enhancements for the next release. As such, I'm going to mark this one as planned and then completed once the proc/trigger performance enhancements are finished.