Results 1 to 2 of 2

Thread: Performance Issue .....Oracle with Spring

  1. #1
    Join Date
    Sep 2010
    Posts
    9

    Default 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?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    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.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

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
  •