Reduce memory usage of mysql backup process

XMLWordPrintable

      See this blogpost for background info http://benjchristensen.com/2008/05/27/mysql-jdbc-memory-usage-on-large-resultset/

      The mysql JDBC driver loads a complete result set into the JVM heap which can cause heap exhaustion of excessive garbage collection on large databases. It is possible to put the JDBC driver into a streaming mode to reduce the memory usage.

            Assignee:
            Conor (Inactive)
            Reporter:
            Conor (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: