20 May
Every year at the IDUG conference the users, consultants, vendors and IBMers get together and talk about the best database for performance and the lowest total cost of ownership – DB2. This year was great because it seems that almost everyone is at DB2 Version 8 for z/OS or going to Version 9. [...]
Posted in DB2 Training & Education by: admin
0 Comments
13 May
DB2 Java Performance Standalone Transactions Part 2
By David Beulke
Another situation when a transaction runs into problems is when it must check something outside of the critical transaction path or its normal activity. For example, when a transaction uses seven different discrete web services to accomplish a complete transaction unit-of-work and after the third [...]
Posted in Java and DB2 by: admin
0 Comments
06 May
DB2 Java Performance Standalone Transactions Part 1
By David Beulke
In previous blog entries I have talked about transaction scope, how Java applications access the database too much and transaction units of work (UOWs) are not really analyzed properly.
Too often these days the design and development are done in an Agile or SCRUM type of [...]
Posted in Java and DB2 by: admin
0 Comments