> -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Alan > Sent: Thursday, August 31, 2006 3:07 AM > To: [email protected] > Subject: Re: Concurrent access problems? > > See https://issues.apache.org/jira/browse/DERBY-1781 for the bug report. > It's > an 9 column table with 10,000 rows. > > > > > Define "large amounts of data". > > > > While its great that you're abstracting the database, you still have the > > issue that not all databases are the same and that some require more > tuning > > than others.
[mjs] The person who created the JIRA issue is the one who said "Large amounts of data". 10K rows of 9 columns, is not a "large amount" of data. While Mark posted that he tried using MySQL instead of Derby, one has to ask if he tried running the query independent of his app. The point is that there are a lot of variables that can impact performance. Spring and Hibernate are two of them. So unless someone introduced a "bug" in the latest release, I'm a bit skeptical of the issue.
