3 ms·
For one example, I might choose against stored procedures when I’m at an organization with internal policies or a devops setup that makes schema migrations cost
by bunderbunder 6d ago
For one example, I might choose against stored procedures when I’m at an organization with internal policies or a devops setup that makes schema migrations costly and I expect the table and indexing structure to change less frequently than the queries.
That does not mean I’d let the queries devolve into chaos. Just that I’d do the query management and change control in a way that’s more pragmatic in light of other realities.