One second is a long time for an SQL statement in an OLTP application. Most SQL statements should complete within .06 seconds or less on average. Transaction response time depends on how many SQL statements are in each transaction, as there is often a lot of time spent going from the application server to the database server, and back to the application (which is not included in SQL total elapsed time).