Mythbusters: Stored Procedures Edition

Posts   
 
    
luciusism
User
Posts: 119
Joined: 02-Jun-2007
# Posted on: 01-Aug-2011 23:15:57   

Frans, thought you'd like this thread on Hacker News since you're such a fan of stored procs simple_smile

http://news.ycombinator.com/item?id=2832246

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 02-Aug-2011 09:49:27   

Oh boy, is that debate still going on ? frowning

Anyway, stored procs for CRUD... not really ideal IMHO. Though some stored procs are better, i.e. when you have to consume a lot of data to produce a small resultset. This is more efficient in the db (so in a proc) as it doesn't have to retrieve a lot of data from the database to the client.

From the looks of it, the debate rehashes all the same points debated already to death so many times... simple_smile

Frans Bouma | Lead developer LLBLGen Pro