Reply to thread

You should think about which functions fit better in the database layer as compared to the application layer. In most cases, your other functions would be wrapped around these functions. But trying to fit everything in stored procedures is similar to excessive denormalization and will be very inefficient and will not scale.


Back
Top Bottom