Is there a reason for a call to a storedprocedure taking considerably longer while using SimpleJdbcCall compared to using the RowMapper mechanism in spring?
Is there a reason for a call to a storedprocedure taking considerably longer while
Share
Using withoutProcedureColumnMetaDataAccess did the trick. I can conclude that the performance impact was due to the meta data lookup that was done to get the parameters for the stored proc.