|
|
|
|
|
by rnk
1148 days ago
|
|
Some of those concerns apply to any database. Your query could slowdown if the database picks a bad plan, so you could say you will never trust the db to scale. That's separate from scaling the stored proc - just using the db can run into a scaling issue. |
|
Not because of slow queries, but just the cost of executing the stored procs themselves.