TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

It’s Time to Get over That Stored Procedure Aversion You Have (2015)

4 pointsby mahidharabout 3 years ago

2 comments

themeroneabout 3 years ago
I work on a couple of applications with 100% percent of the business logic in stored procedures.<p>The big downside is tooling is far worse than mainstream programing languages. Version control is doable, but depending on your workflow can be very clunky.
评论 #31319912 未加载
evnixabout 3 years ago
I think the devs have learnt this the hard way. it&#x27;s not about what&#x27;s technically correct or possible, It is more about getting 10 layers of permissions and signatures from higher ups before you can add or modify a stored procedure. Try doing that in a 2 week sprint and you will never touch stored procs again.