February 26, 2009 at 10:40 am
Does anyone have any links to some good articles on CLR scalability?
I believe Adam Machanic wrote such a piece but I have been unable to find it.
I am trying to find out how the CLR behaves when database servers are used for high traffic web sites.
I am mainly looking at simple table value functions and scalar functions.
February 26, 2009 at 11:16 am
I emailed Adam with your questions and the link to this post. If he reply's to me directly, I will post his response here for you.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
February 27, 2009 at 4:20 am
Thanks Jonathan, much appreciated.
February 27, 2009 at 9:46 pm
Here's one, straight from the horse's mouth....
http://technet.microsoft.com/en-us/library/ms131075.aspx
The part that they left out is that there's normally a way to do the same thing in more than 95% of the case in T-SQL with performance that will beat the CLR. The exceptions that I know of are RegEx Replace and File Handling... but even then, the CLR doesn't crush the T-SQL solutions.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply