-
Dec 13th, 2011, 04:36 AM
#1
SpringJdbcTemplate taking long time to execute query
Hi All,
I am executing one query through SpringJdbcTemplate which gets me result in approx. 11 mins.
But same query gives me result in 3-4 secs. in Toad.
The time difference is quite huge in both the cases.
Can someone please help me on this?
-
Dec 13th, 2011, 05:41 AM
#2
Post code... Also is the query slow or parsing the results... If you are turning 400000 results into objects with a row mapper that is going to take some time... So make sure you are comparing the same things and not apples and oranges...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules