Showing posts with label JDBCTemplate. Show all posts
Showing posts with label JDBCTemplate. Show all posts

How to Timeout JDBC Queries

JDBC queries by default do not have any timeout, which means that a query can block the thread for an unlimited amount time; of course, depending upon the DB load and the cost of the query. It is a good practice to timeout these queries if they can take longer than a certain amount of time.