filmov
tv
09 JDBC with Postgresql Stored procedure
Показать описание
Offloading some of the logic to the database engine is a great way to free up resources in the app server, and for some operations the database engine is just better suited to perform them. Let's learn how to make a stored procedure to get the DB engine working a bit more.