Search:

Type: Posts; User: hsampson; Keyword(s):

Search: Search took 0.03 seconds.

  1. I solved it. I set

    I solved it. I set
    <prop key="hibernate.jdbc.use_scrollable_resultset">false</prop> to stop the driver from caching the records from the DB.
  2. Profiling memory

    After profiling the memory usage of my application, I realized that
    oracle.jdbc.driver.CachedRowElement was taking up a huge chunk of memory. Any suggestions as to how to clear this cache?

    I...
  3. Spring data MongoDB: Managing large Data set

    Hi,

    I am trying to stream data from a very large Oracle database to MongoDB for archiving. I have succeeded in implementing this with spring data jpa (Hibernate) and MongoDB. I am however hitting...
Results 1 to 3 of 3