Thread: Perl or SQL
View Single Post
  #1  
Old 09-03-2011, 07:07 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default Perl or SQL

I have several quests that are using some SQL stored procedures that I wrote, and that got me to thinking about where the better place is to put code. There is logic that I can just as easily put on the Perl side as the SQL, or vice versa, so which would be better? Which requires less processing overhead Perl or SQL? Anyone know?
Reply With Quote