developerinlondon
Programmer
i seem to be getting a strange problem using the DBCP connnection pool. When I try to run a query on a certain large table (5.8million records, 28.5GB) the JDBC seems to just quietly not run the query without throwing any exceptions/errors.
Does anyone know how I might be able to find out whats going on and if there is a remedy?
I am using mysql 5 with an InnoDB table.
Does anyone know how I might be able to find out whats going on and if there is a remedy?
I am using mysql 5 with an InnoDB table.