Tag: IBM

Community

Connect with your DB2 performance

(Dave Beulke) Recently working with a client’s SOA environment showed several interesting performance issues. One performance issue that was quite stunning was the large number of connections that the .Net and Java application were making to DB2 and other systems. Researching the system and applicat

Community

Replacing UNION with CASE

(Craig Mullins) When a UNION is required to put together data from multiple queries, you might be able to use a CASE statement instead. This is very useful, particularly when the data for each of the queries in the UNION come from the same table. The CASE statement can potentially enhance performanc

Community

Turn the Page on Sequential Insert

(Troy Coleman) IBM continues to innovate to improve DB2 performance and availability. An example of this is the new RANDOM option, which I discussed last week. Found on the CREATE/ALTER INDEX statements, RANDOM stores an ever increasing sequential key index into random locations to help avoid the cr