|
|
|
|
|
by Tostino
9 days ago
|
|
That is entirely a design choice if you make your DBA responsible for that type of thing. I have all my database functions version controlled and deployed by liquibase on every release (along with any other migrations that need to go out). They are treated like code like any other piece of code in my codebase, get changed along with the rest of the application as necessary, and are deployed automatically with the rest of my application. DB functions / stored procedures are the right tool for certain jobs. When they are the right fit, they can save your ass performance wise. |
|