performance « Database « Spring Q&A





1. Comparing Querydsl, jOOQ, JEQUEL, activejdbc, iciql and other query DSLs    stackoverflow.com

Can someone point me to some resources about the performance comparison among the different Query DSL libraries available for using with Java, like: Querydsl, jOOQ, ...

2. Spring Performance with Oracle RDBMS - A Question !    forum.springsource.org

Spring Performance with Oracle RDBMS - A Question ! I am using oracle 11g and i have an application which is coded in Spring framework. Once i configure the database on ...

3. Performance issue on a simple Step (read file and write to DB)    forum.springsource.org

Performance issue on a simple Step (read file and write to DB) Hi all, I have created a simple job composed of a unique step which reads a file and stores ...

4. Performance overhead of JDBC classes    forum.springsource.org

What kind of performance overhead does Spring JDBC classes add? I realize compared to an actual JDBC execution against a database, its probably small. But has anyone actually done any testing ...

5. Need help with JBoss connection pooling and performance!    forum.springsource.org

Need help with JBoss connection pooling and performance! Hi All, I posted this question in the JBoss Forum and awaiting response. But as we've been struggling with this issue for quite ...

6. Performance much worse than vanilla JDBC?    forum.springsource.org

Performance much worse than vanilla JDBC? I inherited an app in which the original developer had written his own implementation of transactions, basically a few classes to manage vanilla JDBC connections. ...

7. Getting performance issue when using dao framework    forum.springsource.org

Getting performance issue when using dao framework First of all I am bit new to spring framework. I am trying to replace the EJB+DAO to access the database with Spring DAO ...

8. Intializing connection performance problem    forum.springsource.org

Intializing connection performance problem I am using spring along with hibernate 3.1 and I'm having a huge performance problem with initializing my applicaton context. After I refresh my application context, my ...

9. sharing experiences: best values for DB performance    forum.springsource.org

sharing experiences: best values for DB performance Hello guys i am in the next situation for the moment 8 clients and one server (intranet) hardware a simple pc intel HyperThreading Pentium ...





10. Spring JDBC Over Vanilla JDBC Performance    forum.springsource.org

Hi Can anyone please share some statistics related to change in performance of an application if Spring JDBC is used instead of normal JDBC. A reply will be highly appreciated. Thanks ...

11. jdbc Performance: Profiler inconsistencies    forum.springsource.org

jdbc Performance: Profiler inconsistencies I'm profiling an application, and finding that significant time is being spent processing the result set from a stored procedure. The problem is that JProbe gives one ...

12. JDBC performance    forum.springsource.org

JDBC performance Hi, I have to queries that return the same result set. The difference is one takes 5000 msec the other 300 msec. used System.currentTimeMillis() in java before and after ...

13. Database retrieval performance    forum.springsource.org

Database retrieval performance I need to retrieve about 500,000 records from an Oracle database (11g). I am currently retrieving batches of about 500 at a time. I have tried through JDBC ...

14. Object Caching v DAO Caching Performance    forum.springsource.org

Object Caching v DAO Caching Performance Hi, I'm new to caching frameworks but have done some reading today on the various types of caching that can be performed. We are looking ...