'Use of SQLAlchemy vs use of stored procedures

What is performance-wise better: to query a database via SQLAlchemy API [product.sales[0].location] or to write a stored procedure in a database and call it in python.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source