|
|
|
Ask HN: Do you use stored procedures for CRUD operations in your database?
|
|
8 points
by aredirect
922 days ago
|
|
I just stumbled on this today and apparently some people advocate to use stored procedures for select, insert, update, and delete operations with the argument it helps to reduce network traffic, increases the performance and doesn't allow SQL injection? What are your thoughts? and are you aware of any framework/library using such approach? |
|
It became too expensive to keep up with evolving business requirements and I was laid off as a result even though I was a late hire who did not plan any of that madness. Other people were laid off too but I am not sure how many because I was the first person on this small team they released.
My suggestion is to impose a tight separation of concerns and let data be just data. If you are planning architecture always remember that software is always a cost center, so always automate the shit out of it at all stages. Tools and frameworks will not save you from a lack of vision.