The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2002

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

huge huge database problem

Posted by Chin Loong on January 22, 2002 at 10:13 AM

> > ... i migrated my database from mySQL to MS access, and...

> There's your problem! What were you thinking?

:( matt... customer's request.. not mine. :( :(

well, somebody in a java mailing list said that he had the problem before, because of the connection (the problem's not with the connection nor the connection pool) creates so much statements that something got overloaded or such.

well, i tried closing my statements, but another weird problem comes out. it's like.. well, previously when I try to load a bill, (which will call the database several times, opening connection, create statement, re-use connection) it will slow down after like 5 bills or so. and *real* slow. and never gets fast back..

but when i close the statements (Statement.close()), when I try to load a bill, the first time it's fast. second time, fast. third time, slow a tiny bit (previously, it slows by A LOT.. after the 5th time or so). 4th, slow a bit more. 5th, slow more. then when i do a "List All" (only 1 database call), and my list of bills refresh, it gets fast back!

weird... weird.. :(

:(

:(

first time see me so sad, eh?

:(



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us