-
Mar 3rd, 2012, 07:07 AM
#1
Performance Issue .....Oracle with Spring
On Stack overflow i asked a question regarding my database's poor performance.
http://stackoverflow.com/questions/5...tabase-machine
One of the comments i recieved is
"Oracle is an RDBMS. Using it with a framework like Spring will have dramatic impacts on performance. Spring makes coding faster, not databases. I guarantee you'll ....."
Can somebody, justify this. Is it true that performance gets degraded when you use oracle with spring?
-
Mar 3rd, 2012, 08:02 AM
#2
No it isn't... Used in in some high performance high load systems without problems. In general the problem is transaction management, resource management or not understanding how to use spring with database which lead to problems.
Tags for this Thread
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