-
Suggestion
-
Resolution: Fixed
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.
- is duplicated by
-
FE-4316 MySQL memory usage during backup
- Closed